summaryrefslogtreecommitdiff
path: root/docs/api_reference/STL/db_vector_iterators.html
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2015-02-17 17:25:57 +0000
committer <>2015-03-17 16:26:24 +0000
commit780b92ada9afcf1d58085a83a0b9e6bc982203d1 (patch)
tree598f8b9fa431b228d29897e798de4ac0c1d3d970 /docs/api_reference/STL/db_vector_iterators.html
parent7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff)
downloadberkeleydb-master.tar.gz
Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz.HEADdb-6.1.23master
Diffstat (limited to 'docs/api_reference/STL/db_vector_iterators.html')
-rw-r--r--docs/api_reference/STL/db_vector_iterators.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/api_reference/STL/db_vector_iterators.html b/docs/api_reference/STL/db_vector_iterators.html
index 792df8b0..d0539346 100644
--- a/docs/api_reference/STL/db_vector_iterators.html
+++ b/docs/api_reference/STL/db_vector_iterators.html
@@ -14,7 +14,7 @@
<body>
<div xmlns="" class="navheader">
<div class="libver">
- <p>Library Version 11.2.5.3</p>
+ <p>Library Version 12.1.6.1</p>
</div>
<table width="100%" summary="Navigation header">
<tr>
@@ -45,13 +45,13 @@
<p>The differences between the two classes are that the <a class="link" href="db_vector_base_iterator.html" title="Chapter 12.  Db_vector_base_iterator">db_vector_base_iterator</a>
can only be used to read its referenced value, so it is intended as db_vector's const iterator; While the other class allows both read and write access. If your access pattern is readonly, it is strongly recommended that you use the const iterator because it is faster and more efficient. The two classes have identical behaviors to std::vector::const_iterator and std::vector::iterator respectively. Note that the common public member function behaviors are described in the <a class="link" href="db_base_iterator.html" title="Chapter 10.  Db_base_iterator">db_base_iterator</a>
section. </p>
- <h4><a id="idp660312"></a>
+ <h4><a id="idp494936"></a>
See Also
</h4>
<p> </p>
<p><a class="link" href="db_base_iterator.html" title="Chapter 10.  Db_base_iterator">db_base_iterator</a>
</p>
- <h4><a id="idp657104"></a> Public Members </h4>
+ <h4><a id="idp491664"></a> Public Members </h4>
<div class="informaltable">
<table border="1" width="80%">
<colgroup>
@@ -84,7 +84,7 @@ db_vector_iterator</td>
</tbody>
</table>
</div>
- <h4><a id="idp665928"></a>
+ <h4><a id="idp500384"></a>
Group</h4>
<p>
<a class="xref" href="dbstl_iterators.html" title="Chapter 9.  Dbstl Iterator Classes">