summaryrefslogtreecommitdiff
path: root/doc/html/boost_asio/reference/windows__stream_handle_service
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2016-03-21 15:45:20 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2016-03-21 15:46:37 +0900
commit733b5d5ae2c5d625211e2985ac25728ac3f54883 (patch)
treea5b214744b256f07e1dc2bd7273035a7808c659f /doc/html/boost_asio/reference/windows__stream_handle_service
parent08c1e93fa36a49f49325a07fe91ff92c964c2b6c (diff)
downloadboost-733b5d5ae2c5d625211e2985ac25728ac3f54883.tar.gz
boost-733b5d5ae2c5d625211e2985ac25728ac3f54883.tar.bz2
boost-733b5d5ae2c5d625211e2985ac25728ac3f54883.zip
Imported Upstream version 1.58.0upstream/1.58.0
Change-Id: If0072143aa26874812e0db6872e1efb10a3e5e94 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'doc/html/boost_asio/reference/windows__stream_handle_service')
-rw-r--r--doc/html/boost_asio/reference/windows__stream_handle_service/assign.html5
-rw-r--r--doc/html/boost_asio/reference/windows__stream_handle_service/async_read_some.html5
-rw-r--r--doc/html/boost_asio/reference/windows__stream_handle_service/async_write_some.html5
-rw-r--r--doc/html/boost_asio/reference/windows__stream_handle_service/cancel.html5
-rw-r--r--doc/html/boost_asio/reference/windows__stream_handle_service/close.html5
-rw-r--r--doc/html/boost_asio/reference/windows__stream_handle_service/construct.html5
-rw-r--r--doc/html/boost_asio/reference/windows__stream_handle_service/destroy.html5
-rw-r--r--doc/html/boost_asio/reference/windows__stream_handle_service/get_io_service.html5
-rw-r--r--doc/html/boost_asio/reference/windows__stream_handle_service/id.html5
-rw-r--r--doc/html/boost_asio/reference/windows__stream_handle_service/implementation_type.html5
-rw-r--r--doc/html/boost_asio/reference/windows__stream_handle_service/is_open.html5
-rw-r--r--doc/html/boost_asio/reference/windows__stream_handle_service/move_assign.html5
-rw-r--r--doc/html/boost_asio/reference/windows__stream_handle_service/move_construct.html5
-rw-r--r--doc/html/boost_asio/reference/windows__stream_handle_service/native.html5
-rw-r--r--doc/html/boost_asio/reference/windows__stream_handle_service/native_handle.html5
-rw-r--r--doc/html/boost_asio/reference/windows__stream_handle_service/native_handle_type.html5
-rw-r--r--doc/html/boost_asio/reference/windows__stream_handle_service/native_type.html5
-rw-r--r--doc/html/boost_asio/reference/windows__stream_handle_service/read_some.html5
-rw-r--r--doc/html/boost_asio/reference/windows__stream_handle_service/stream_handle_service.html5
-rw-r--r--doc/html/boost_asio/reference/windows__stream_handle_service/write_some.html5
20 files changed, 60 insertions, 40 deletions
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 b0b2d37fd5..0bb4d249b3 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
@@ -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="idp205681936"></a>
+ <a class="indexterm" name="idp176360736"></a>
Assign an existing native handle to
a stream handle.
</p>
@@ -39,7 +39,8 @@ 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-2014 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2015 Christopher M.
+ Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/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 223028b205..8582c727f0 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
@@ -27,7 +27,7 @@
<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="idp205700960"></a>
+ <a class="indexterm" name="idp176379664"></a>
Start an asynchronous read.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -41,7 +41,8 @@ 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-2014 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2015 Christopher M.
+ Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/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 ad38b9177d..1d44531ac8 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
@@ -27,7 +27,7 @@
<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="idp205720544"></a>
+ <a class="indexterm" name="idp176399248"></a>
Start an asynchronous write.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -41,7 +41,8 @@ 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-2014 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2015 Christopher M.
+ Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/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 4ebc2988a4..2f5d8d54e8 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
@@ -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="idp205740112"></a>
+ <a class="indexterm" name="idp176418816"></a>
Cancel all asynchronous operations
associated with the handle.
</p>
@@ -38,7 +38,8 @@ 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-2014 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2015 Christopher M.
+ Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/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 2b34678588..fab4c6689f 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
@@ -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="idp205755680"></a>
+ <a class="indexterm" name="idp176434384"></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,8 @@ 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-2014 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2015 Christopher M.
+ Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/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 23f093b333..866fe8112a 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
@@ -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="idp205771296"></a>
+ <a class="indexterm" name="idp176449920"></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,8 @@ 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-2014 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2015 Christopher M.
+ Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/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 32425c962f..58511ae841 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
@@ -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="idp205779936"></a>
+ <a class="indexterm" name="idp176458720"></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,8 @@ 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-2014 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2015 Christopher M.
+ Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/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 7b004f8008..3aeb4b4bf3 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
@@ -30,7 +30,7 @@
<span class="emphasis"><em>Inherited from io_service.</em></span>
</p>
<p>
- <a class="indexterm" name="idp205789392"></a>
+ <a class="indexterm" name="idp176468176"></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,8 @@ 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-2014 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2015 Christopher M.
+ Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/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 15d26ff08f..14f1334655 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
@@ -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="idp205800160"></a>
+ <a class="indexterm" name="idp176478944"></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,8 @@ 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-2014 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2015 Christopher M.
+ Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/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 75d6bbfc6c..304063cb77 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
@@ -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="idp205809920"></a>
+ <a class="indexterm" name="idp176488784"></a>
The type of a stream handle
implementation.
</p>
@@ -46,7 +46,8 @@ The type of a stream 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-2014 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2015 Christopher M.
+ Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/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 0e268a75b7..006ecd5559 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
@@ -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="idp205822432"></a>
+ <a class="indexterm" name="idp176501264"></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,8 @@ 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-2014 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2015 Christopher M.
+ Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/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 0c8fef413f..ec48dc7ad9 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
@@ -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="idp205832976"></a>
+ <a class="indexterm" name="idp176511808"></a>
Move-assign from another stream
handle implementation.
</p>
@@ -39,7 +39,8 @@ 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-2014 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2015 Christopher M.
+ Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/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 39185c12ea..93393ed0c6 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
@@ -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="idp205846832"></a>
+ <a class="indexterm" name="idp176525664"></a>
Move-construct a new stream
handle implementation.
</p>
@@ -38,7 +38,8 @@ 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-2014 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2015 Christopher M.
+ Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/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 cd8ac829f1..7c030fddb1 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
@@ -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="idp205858128"></a>
+ <a class="indexterm" name="idp176536896"></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,8 @@
</div>
<table xmlns:rev="http://www.cs.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>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2015 Christopher M.
+ Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/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 28e6954165..55bc824684 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
@@ -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="idp205868624"></a>
+ <a class="indexterm" name="idp176547392"></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,8 @@ 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-2014 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2015 Christopher M.
+ Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/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 0dabeaa575..888f5a30a5 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
@@ -27,7 +27,7 @@
<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="idp205877264"></a>
+ <a class="indexterm" name="idp176556032"></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>
@@ -45,7 +45,8 @@ The native handle 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-2014 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2015 Christopher M.
+ Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/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 db72189227..23fd8e8288 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
@@ -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="idp205889792"></a>
+ <a class="indexterm" name="idp176568496"></a>
(Deprecated: Use native_handle_type.)
The native handle type.
</p>
@@ -46,7 +46,8 @@
</div>
<table xmlns:rev="http://www.cs.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>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2015 Christopher M.
+ Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/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 ee27c29272..2923137ce1 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
@@ -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="idp205902272"></a>
+ <a class="indexterm" name="idp176580992"></a>
Read some data from the stream.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@@ -40,7 +40,8 @@ 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-2014 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2015 Christopher M.
+ Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/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 74d5b9e7e6..aee0115b12 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
@@ -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="idp205923408"></a>
+ <a class="indexterm" name="idp176602192"></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,8 @@ 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-2014 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2015 Christopher M.
+ Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/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 c6cb38c33c..28312026d2 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
@@ -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="idp205935424"></a>
+ <a class="indexterm" name="idp176614144"></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,8 @@ 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-2014 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2015 Christopher M.
+ Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>