X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=doc%2Fhtml%2Fboost_asio%2Freference%2Fbasic_socket%2Fbytes_readable.html;h=afbd83695c20bbfd727f71400bd5c0d35a5b4153;hb=08c1e93fa36a49f49325a07fe91ff92c964c2b6c;hp=da51a61137a26092ddcbe5ce3a3af9ad4536dd63;hpb=bb4dd8289b351fae6b55e303f189127a394a1edd;p=platform%2Fupstream%2Fboost.git 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 da51a61..afbd836 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 @@ basic_socket::bytes_readable - + @@ -30,7 +30,7 @@ Inherited from socket_base.

- + IO control command to get the amount of data that can be read without blocking.

@@ -41,7 +41,7 @@ IO control command to get the amount of data

- Example + Example
boost::asio::ip::tcp::socket socket(io_service);
 ...
@@ -51,18 +51,18 @@ IO control command to get the amount of data
 
- Requirements + Requirements

- Header: boost/asio/basic_socket.hpp + Header: boost/asio/basic_socket.hpp

- Convenience header: boost/asio.hpp + Convenience header: boost/asio.hpp

-