changed models section

[SVN r21609]
This commit is contained in:
Jeremy Siek
2004-01-12 00:14:12 +00:00
parent b6c82968b8
commit 6c114a539d
4 changed files with 6 additions and 76 deletions

View File

@ -166,30 +166,6 @@ following tables.</p>
</tr>
</tbody>
</table>
<table border class="table">
<colgroup>
<col width="33%" />
<col width="67%" />
</colgroup>
<thead valign="bottom">
<tr><th>If <tt class="literal"><span class="pre">Iterator</span></tt> models</th>
<th>then <tt class="literal"><span class="pre">filter_iterator</span></tt> models</th>
</tr>
</thead>
<tbody valign="top">
<tr><td>Input Iterator</td>
<td>Input Iterator, Readable Iterator, Single Pass Iterator</td>
</tr>
<tr><td>Forward Iterator</td>
<td>Forward Iterator, Readable Lvalue Iterator,
Forward Traversal Iterator</td>
</tr>
<tr><td>Mutable Forward Iterator</td>
<td>Mutable Forward Iterator, Writable Lvalue Iterator,
Forward Traversal Iterator</td>
</tr>
</tbody>
</table>
</div>
<div class="section" id="filter-iterator-operations">
<h1><a class="toc-backref" href="#id3" name="filter-iterator-operations"><tt class="literal"><span class="pre">filter_iterator</span></tt> operations</a></h1>

View File

@ -81,19 +81,6 @@ following tables.
| Writable Lvalue Iterator, Forward Traversal Iterator | Mutable Forward Iterator |
+-------------------------------------------------------+---------------------------------+
+-----------------------------+----------------------------------------------------------+
| If ``Iterator`` models | then ``filter_iterator`` models |
+=============================+==========================================================+
| Input Iterator | Input Iterator, Readable Iterator, Single Pass Iterator |
+-----------------------------+----------------------------------------------------------+
| Forward Iterator | Forward Iterator, Readable Lvalue Iterator, |
| | Forward Traversal Iterator |
+-----------------------------+----------------------------------------------------------+
| Mutable Forward Iterator | Mutable Forward Iterator, Writable Lvalue Iterator, |
| | Forward Traversal Iterator |
+-----------------------------+----------------------------------------------------------+
``filter_iterator`` operations
------------------------------

View File

@ -7,7 +7,7 @@
<title>Reverse Iterator</title>
<meta name="author" content="David Abrahams, Jeremy Siek, Thomas Witt" />
<meta name="organization" content="Boost Consulting, Indiana University Open Systems Lab, University of Hanover Institute for Transport Railway Operation and Construction" />
<meta name="date" content="2003-09-14" />
<meta name="date" content="2004-01-11" />
<meta name="copyright" content="Copyright David Abrahams, Jeremy Siek, and Thomas Witt 2003. All rights reserved" />
<link rel="stylesheet" href="default.css" type="text/css" />
</head>
@ -27,7 +27,7 @@
Lab</a>, University of Hanover <a class="last reference" href="http://www.ive.uni-hannover.de">Institute for Transport
Railway Operation and Construction</a></td></tr>
<tr><th class="docinfo-name">Date:</th>
<td>2003-09-14</td></tr>
<td>2004-01-11</td></tr>
<tr><th class="docinfo-name">Copyright:</th>
<td>Copyright David Abrahams, Jeremy Siek, and Thomas Witt 2003. All rights reserved</td></tr>
</tbody>
@ -85,30 +85,8 @@ Iterator and Readable Iterator.</p>
<h1><a class="toc-backref" href="#id3" name="reverse-iterator-models"><tt class="literal"><span class="pre">reverse_iterator</span></tt> models</a></h1>
<p><tt class="literal"><span class="pre">reverse_iterator</span></tt> models Bidirectional Traversal Iterator and
Readable Iterator. In addition, <tt class="literal"><span class="pre">reverse_iterator</span></tt> models the same
standard iterator access concepts (if any) that the <tt class="literal"><span class="pre">Iterator</span></tt>
argument models. Also, <tt class="literal"><span class="pre">reverse_iterator</span></tt> models concepts
according to the following table.</p>
<table border class="table">
<colgroup>
<col width="35%" />
<col width="65%" />
</colgroup>
<thead valign="bottom">
<tr><th>If <tt class="literal"><span class="pre">Iterator</span></tt> models</th>
<th>then <tt class="literal"><span class="pre">reverse_iterator</span></tt> models</th>
</tr>
</thead>
<tbody valign="top">
<tr><td>Bidirectional Iterator</td>
<td>Bidirectional Iterator, Readable Lvalue Iterator,
Bidirectional Traversal Iterator</td>
</tr>
<tr><td>Mutable Bidirectional Iterator</td>
<td>Mutable Bidirectional Iterator, Writable Lvalue Iterator,
Bidirectional Traversal Iterator</td>
</tr>
</tbody>
</table>
standard iterator access concepts that the <tt class="literal"><span class="pre">Iterator</span></tt>
argument models.</p>
</div>
<div class="section" id="reverse-iterator-operations">
<h1><a class="toc-backref" href="#id4" name="reverse-iterator-operations"><tt class="literal"><span class="pre">reverse_iterator</span></tt> operations</a></h1>

View File

@ -31,19 +31,8 @@ Iterator and Readable Iterator.
``reverse_iterator`` models Bidirectional Traversal Iterator and
Readable Iterator. In addition, ``reverse_iterator`` models the same
standard iterator access concepts (if any) that the ``Iterator``
argument models. Also, ``reverse_iterator`` models concepts
according to the following table.
+--------------------------------+-----------------------------------------------------------+
| If ``Iterator`` models | then ``reverse_iterator`` models |
+================================+===========================================================+
| Bidirectional Iterator | Bidirectional Iterator, Readable Lvalue Iterator, |
| | Bidirectional Traversal Iterator |
+--------------------------------+-----------------------------------------------------------+
| Mutable Bidirectional Iterator | Mutable Bidirectional Iterator, Writable Lvalue Iterator, |
| | Bidirectional Traversal Iterator |
+--------------------------------+-----------------------------------------------------------+
standard iterator access concepts that the ``Iterator``
argument models.