mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-30 04:47:20 +02:00
changed models section
[SVN r21609]
This commit is contained in:
@ -166,30 +166,6 @@ following tables.</p>
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</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>
|
||||||
<div class="section" id="filter-iterator-operations">
|
<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>
|
<h1><a class="toc-backref" href="#id3" name="filter-iterator-operations"><tt class="literal"><span class="pre">filter_iterator</span></tt> operations</a></h1>
|
||||||
|
@ -81,19 +81,6 @@ following tables.
|
|||||||
| Writable Lvalue Iterator, Forward Traversal Iterator | Mutable Forward Iterator |
|
| 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
|
``filter_iterator`` operations
|
||||||
------------------------------
|
------------------------------
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<title>Reverse Iterator</title>
|
<title>Reverse Iterator</title>
|
||||||
<meta name="author" content="David Abrahams, Jeremy Siek, Thomas Witt" />
|
<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="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" />
|
<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" />
|
<link rel="stylesheet" href="default.css" type="text/css" />
|
||||||
</head>
|
</head>
|
||||||
@ -27,7 +27,7 @@
|
|||||||
Lab</a>, University of Hanover <a class="last reference" href="http://www.ive.uni-hannover.de">Institute for Transport
|
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>
|
Railway Operation and Construction</a></td></tr>
|
||||||
<tr><th class="docinfo-name">Date:</th>
|
<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>
|
<tr><th class="docinfo-name">Copyright:</th>
|
||||||
<td>Copyright David Abrahams, Jeremy Siek, and Thomas Witt 2003. All rights reserved</td></tr>
|
<td>Copyright David Abrahams, Jeremy Siek, and Thomas Witt 2003. All rights reserved</td></tr>
|
||||||
</tbody>
|
</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>
|
<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
|
<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
|
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>
|
standard iterator access concepts 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
|
argument models.</p>
|
||||||
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>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="section" id="reverse-iterator-operations">
|
<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>
|
<h1><a class="toc-backref" href="#id4" name="reverse-iterator-operations"><tt class="literal"><span class="pre">reverse_iterator</span></tt> operations</a></h1>
|
||||||
|
@ -31,19 +31,8 @@ Iterator and Readable Iterator.
|
|||||||
|
|
||||||
``reverse_iterator`` models Bidirectional Traversal Iterator and
|
``reverse_iterator`` models Bidirectional Traversal Iterator and
|
||||||
Readable Iterator. In addition, ``reverse_iterator`` models the same
|
Readable Iterator. In addition, ``reverse_iterator`` models the same
|
||||||
standard iterator access concepts (if any) that the ``Iterator``
|
standard iterator access concepts that the ``Iterator``
|
||||||
argument models. Also, ``reverse_iterator`` models concepts
|
argument models.
|
||||||
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 |
|
|
||||||
+--------------------------------+-----------------------------------------------------------+
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user