From b5c87084afaef42b2d058f68091be31988a6a874 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Wed, 13 Sep 2017 11:08:07 +0900 Subject: Imported Upstream version 1.64.0 Change-Id: Id9212edd016dd55f21172c427aa7894d1d24148b Signed-off-by: DongHun Kwak --- .../basic_socket/native_non_blocking.html | 63 ++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 doc/html/boost_asio/reference/basic_socket/native_non_blocking.html (limited to 'doc/html/boost_asio/reference/basic_socket/native_non_blocking.html') 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 new file mode 100644 index 0000000000..fb9b13afe9 --- /dev/null +++ b/doc/html/boost_asio/reference/basic_socket/native_non_blocking.html @@ -0,0 +1,63 @@ + + + +basic_socket::native_non_blocking + + + + + + + + + + + + + + + +
Boost C++ LibrariesHomeLibrariesPeopleFAQMore
+
+
+PrevUpHomeNext +
+
+ +

+ +Gets the non-blocking mode of the native + socket implementation. +

+
bool native_non_blocking() const;
+  » more...
+
+

+ Sets the non-blocking mode of the native socket implementation. +

+
void native_non_blocking(
+    bool mode);
+  » more...
+
+boost::system::error_code native_non_blocking(
+    bool mode,
+    boost::system::error_code & ec);
+  » more...
+
+
+ + + +
+
+
+PrevUpHomeNext +
+ + -- cgit v1.2.3