summaryrefslogtreecommitdiff
path: root/doc/html/boost_asio/reference/posix__descriptor_base
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost_asio/reference/posix__descriptor_base')
-rwxr-xr-xdoc/html/boost_asio/reference/posix__descriptor_base/_descriptor_base.html50
-rwxr-xr-xdoc/html/boost_asio/reference/posix__descriptor_base/bytes_readable.html73
-rwxr-xr-xdoc/html/boost_asio/reference/posix__descriptor_base/non_blocking_io.html72
3 files changed, 195 insertions, 0 deletions
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
new file mode 100755
index 0000000000..b73ca3ac05
--- /dev/null
+++ b/doc/html/boost_asio/reference/posix__descriptor_base/_descriptor_base.html
@@ -0,0 +1,50 @@
+<html>
+<head>
+<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">
+<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">
+<link rel="next" href="../posix__stream_descriptor.html" title="posix::stream_descriptor">
+</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="non_blocking_io.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../posix__descriptor_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="../posix__stream_descriptor.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.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>
+Protected destructor to prevent deletion
+ through this type.
+ </p>
+<pre class="programlisting"><span class="special">~</span><span class="identifier">descriptor_base</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>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or 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="non_blocking_io.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../posix__descriptor_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="../posix__stream_descriptor.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
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
new file mode 100755
index 0000000000..3759eddd96
--- /dev/null
+++ b/doc/html/boost_asio/reference/posix__descriptor_base/bytes_readable.html
@@ -0,0 +1,73 @@
+<html>
+<head>
+<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">
+<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">
+<link rel="next" href="non_blocking_io.html" title="posix::descriptor_base::non_blocking_io">
+</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="../posix__descriptor_base.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../posix__descriptor_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="non_blocking_io.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.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>
+IO control command to get the amount
+ of data that can be read without blocking.
+ </p>
+<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">bytes_readable</span><span class="special">;</span>
+</pre>
+<p>
+ Implements the FIONREAD IO control command.
+ </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>
+ </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>
+<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">descriptor_base</span><span class="special">::</span><span class="identifier">bytes_readable</span> <span class="identifier">command</span><span class="special">(</span><span class="keyword">true</span><span class="special">);</span>
+<span class="identifier">descriptor</span><span class="special">.</span><span class="identifier">io_control</span><span class="special">(</span><span class="identifier">command</span><span class="special">);</span>
+<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">bytes_readable</span> <span class="special">=</span> <span class="identifier">command</span><span class="special">.</span><span class="identifier">get</span><span class="special">();</span>
+</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>
+ </h6>
+<p>
+ <span class="bold"><strong>Header: </strong></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>
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or 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="../posix__descriptor_base.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../posix__descriptor_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="non_blocking_io.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>
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
new file mode 100755
index 0000000000..a849faef78
--- /dev/null
+++ b/doc/html/boost_asio/reference/posix__descriptor_base/non_blocking_io.html
@@ -0,0 +1,72 @@
+<html>
+<head>
+<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">
+<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">
+<link rel="next" href="_descriptor_base.html" title="posix::descriptor_base::~descriptor_base">
+</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="bytes_readable.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../posix__descriptor_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="_descriptor_base.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.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>
+(Deprecated: Use non_blocking().)
+ IO control command to set the blocking mode of the descriptor.
+ </p>
+<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">non_blocking_io</span><span class="special">;</span>
+</pre>
+<p>
+ Implements the FIONBIO IO control command.
+ </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>
+ </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>
+<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">descriptor_base</span><span class="special">::</span><span class="identifier">non_blocking_io</span> <span class="identifier">command</span><span class="special">(</span><span class="keyword">true</span><span class="special">);</span>
+<span class="identifier">descriptor</span><span class="special">.</span><span class="identifier">io_control</span><span class="special">(</span><span class="identifier">command</span><span class="special">);</span>
+</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>
+ </h6>
+<p>
+ <span class="bold"><strong>Header: </strong></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>
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or 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="bytes_readable.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../posix__descriptor_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="_descriptor_base.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>