summaryrefslogtreecommitdiff
path: root/doc/html/boost_asio/reference/serial_port_base__stop_bits
diff options
context:
space:
mode:
authorChanho Park <chanho61.park@samsung.com>2014-12-11 18:55:56 +0900
committerChanho Park <chanho61.park@samsung.com>2014-12-11 18:55:56 +0900
commit08c1e93fa36a49f49325a07fe91ff92c964c2b6c (patch)
tree7a7053ceb8874b28ec4b868d4c49b500008a102e /doc/html/boost_asio/reference/serial_port_base__stop_bits
parentbb4dd8289b351fae6b55e303f189127a394a1edd (diff)
downloadboost-08c1e93fa36a49f49325a07fe91ff92c964c2b6c.tar.gz
boost-08c1e93fa36a49f49325a07fe91ff92c964c2b6c.tar.bz2
boost-08c1e93fa36a49f49325a07fe91ff92c964c2b6c.zip
Imported Upstream version 1.57.0upstream/1.57.0
Diffstat (limited to 'doc/html/boost_asio/reference/serial_port_base__stop_bits')
-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
5 files changed, 20 insertions, 20 deletions
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>