Update of
/cvsroot/boost/boost/libs/fusion/doc/html/fusion/sequences/operators/i_o
In directory
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17585/html/fusion/sequences/operators/i_o
Modified Files:
in.html out.html
Log Message:
revises function object concepts and functional module documenation to reflect
boost::result_of-based result computation
Index: in.html
===================================================================
RCS file:
/cvsroot/boost/boost/libs/fusion/doc/html/fusion/sequences/operators/i_o/in.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- in.html 25 Feb 2007 22:02:25 -0000 1.13
+++ in.html 13 Jul 2007 19:25:29 -0000 1.14
@@ -26,7 +26,7 @@
<div class="titlepage"><div><div><h5 class="title">
<a name="fusion.sequences.operators.i_o.in"></a><a href="in.html"
title="in">in</a></h5></div></div></div>
<a name="fusion.sequences.operators.i_o.in.description"></a><h6>
-<a name="id1074259"></a>
+<a name="id1107481"></a>
<a
href="in.html#fusion.sequences.operators.i_o.in.description">Description</a>
</h6>
<p>
@@ -34,7 +34,7 @@
stream.
</p>
<a name="fusion.sequences.operators.i_o.in.synopsis"></a><h6>
-<a name="id1074293"></a>
+<a name="id1107515"></a>
<a
href="in.html#fusion.sequences.operators.i_o.in.synopsis">Synopsis</a>
</h6>
<pre class="programlisting">
@@ -43,7 +43,7 @@
<span class="keyword">operator</span><span
class="special">>>(</span><span class="identifier">IStream</span><span
class="special">&</span> <span class="identifier">is</span><span
class="special">,</span> <span class="identifier">Sequence</span><span
class="special">&</span> <span class="identifier">seq</span><span
class="special">);</span>
</pre>
<a name="fusion.sequences.operators.i_o.in.parameters"></a><h6>
-<a name="id1074421"></a>
+<a name="id1107644"></a>
<a
href="in.html#fusion.sequences.operators.i_o.in.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -53,27 +53,61 @@
<col>
</colgroup>
<thead><tr>
-<th>Parameter</th>
-<th>Requirement</th>
-<th>Description</th>
+<th>
+ <p>
+ Parameter
+ </p>
+ </th>
+<th>
+ <p>
+ Requirement
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
</tr></thead>
<tbody>
<tr>
-<td>is</td>
-<td>An input stream.</td>
-<td>Stream to
- extract information from.</td>
+<td>
+ <p>
+ is
+ </p>
+ </td>
+<td>
+ <p>
+ An input stream.
+ </p>
+ </td>
+<td>
+ <p>
+ Stream to extract information from.
+ </p>
+ </td>
</tr>
<tr>
-<td>seq</td>
-<td>A <a href="../../../sequences.html" title="Sequences">Sequence</a>.</td>
-<td>The
- sequence to read.</td>
+<td>
+ <p>
+ seq
+ </p>
+ </td>
+<td>
+ <p>
+ A <a href="../../../sequences.html"
title="Sequences">Sequence</a>.
+ </p>
+ </td>
+<td>
+ <p>
+ The sequence to read.
+ </p>
+ </td>
</tr>
</tbody>
</table></div>
<a name="fusion.sequences.operators.i_o.in.expression_semantics"></a><h6>
-<a name="id1074502"></a>
+<a name="id1107761"></a>
<a
href="in.html#fusion.sequences.operators.i_o.in.expression_semantics">Expression
Semantics</a>
</h6>
@@ -89,14 +123,14 @@
<span class="identifier">e</span></code>.
</p>
<a name="fusion.sequences.operators.i_o.in.header"></a><h6>
-<a name="id1074605"></a>
+<a name="id1107868"></a>
<a
href="in.html#fusion.sequences.operators.i_o.in.header">Header</a>
</h6>
<pre class="programlisting">
<span class="preprocessor">#include</span> <span
class="special"><</span><span class="identifier">boost</span><span
class="special">/</span><span class="identifier">fusion</span><span
class="special">/</span><span class="identifier">sequence</span><span
class="special">/</span><span class="identifier">io</span><span
class="special">/</span><span class="identifier">in</span><span
class="special">.</span><span class="identifier">hpp</span><span
class="special">></span>
</pre>
<a name="fusion.sequences.operators.i_o.in.example"></a><h6>
-<a name="id1074696"></a>
+<a name="id1107960"></a>
<a
href="in.html#fusion.sequences.operators.i_o.in.example">Example</a>
</h6>
<pre class="programlisting">
Index: out.html
===================================================================
RCS file:
/cvsroot/boost/boost/libs/fusion/doc/html/fusion/sequences/operators/i_o/out.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- out.html 25 Feb 2007 22:02:25 -0000 1.13
+++ out.html 13 Jul 2007 19:25:29 -0000 1.14
@@ -26,7 +26,7 @@
<div class="titlepage"><div><div><h5 class="title">
<a name="fusion.sequences.operators.i_o.out"></a><a href="out.html"
title="out">out</a></h5></div></div></div>
<a name="fusion.sequences.operators.i_o.out.description"></a><h6>
-<a name="id1074836"></a>
+<a name="id1108102"></a>
<a
href="out.html#fusion.sequences.operators.i_o.out.description">Description</a>
</h6>
<p>
@@ -34,7 +34,7 @@
stream.
</p>
<a name="fusion.sequences.operators.i_o.out.synopsis"></a><h6>
-<a name="id1074869"></a>
+<a name="id1108136"></a>
<a
href="out.html#fusion.sequences.operators.i_o.out.synopsis">Synopsis</a>
</h6>
<pre class="programlisting">
@@ -43,7 +43,7 @@
<span class="keyword">operator</span><span
class="special"><<(</span><span class="identifier">OStream</span><span
class="special">&</span> <span class="identifier">os</span><span
class="special">,</span> <span class="identifier">Sequence</span><span
class="special">&</span> <span class="identifier">seq</span><span
class="special">);</span>
</pre>
<a name="fusion.sequences.operators.i_o.out.parameters"></a><h6>
-<a name="id1074997"></a>
+<a name="id1108265"></a>
<a
href="out.html#fusion.sequences.operators.i_o.out.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -53,27 +53,61 @@
<col>
</colgroup>
<thead><tr>
-<th>Parameter</th>
-<th>Requirement</th>
-<th>Description</th>
+<th>
+ <p>
+ Parameter
+ </p>
+ </th>
+<th>
+ <p>
+ Requirement
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
</tr></thead>
<tbody>
<tr>
-<td>os</td>
-<td>An output stream.</td>
-<td>Stream
- to write information to.</td>
+<td>
+ <p>
+ os
+ </p>
+ </td>
+<td>
+ <p>
+ An output stream.
+ </p>
+ </td>
+<td>
+ <p>
+ Stream to write information to.
+ </p>
+ </td>
</tr>
<tr>
-<td>seq</td>
-<td>A <a href="../../../sequences.html" title="Sequences">Sequence</a>.</td>
-<td>The
- sequence to write.</td>
+<td>
+ <p>
+ seq
+ </p>
+ </td>
+<td>
+ <p>
+ A <a href="../../../sequences.html"
title="Sequences">Sequence</a>.
+ </p>
+ </td>
+<td>
+ <p>
+ The sequence to write.
+ </p>
+ </td>
</tr>
</tbody>
</table></div>
<a name="fusion.sequences.operators.i_o.out.expression_semantics"></a><h6>
-<a name="id1075078"></a>
+<a name="id1108380"></a>
<a
href="out.html#fusion.sequences.operators.i_o.out.expression_semantics">Expression
Semantics</a>
</h6>
@@ -89,14 +123,14 @@
<span class="identifier">e</span></code>.
</p>
<a name="fusion.sequences.operators.i_o.out.header"></a><h6>
-<a name="id1075180"></a>
+<a name="id1108488"></a>
<a
href="out.html#fusion.sequences.operators.i_o.out.header">Header</a>
</h6>
<pre class="programlisting">
<span class="preprocessor">#include</span> <span
class="special"><</span><span class="identifier">boost</span><span
class="special">/</span><span class="identifier">fusion</span><span
class="special">/</span><span class="identifier">sequence</span><span
class="special">/</span><span class="identifier">io</span><span
class="special">/</span><span class="identifier">out</span><span
class="special">.</span><span class="identifier">hpp</span><span
class="special">></span>
</pre>
<a name="fusion.sequences.operators.i_o.out.example"></a><h6>
-<a name="id1075271"></a>
+<a name="id1108580"></a>
<a
href="out.html#fusion.sequences.operators.i_o.out.example">Example</a>
</h6>
<pre class="programlisting">
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs