summaryrefslogtreecommitdiff
path: root/docs/api_reference/STL/dbstl_containers.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/dbstl_containers.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/dbstl_containers.html')
-rw-r--r--docs/api_reference/STL/dbstl_containers.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/api_reference/STL/dbstl_containers.html b/docs/api_reference/STL/dbstl_containers.html
index 9bf1e799..cd0602a8 100644
--- a/docs/api_reference/STL/dbstl_containers.html
+++ b/docs/api_reference/STL/dbstl_containers.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>
@@ -42,7 +42,7 @@
<p>It stores a collection of data items, or key/data pairs. Each container is backed by a Berkeley DB database created in an explicit database environment or an internal private environment; And the database itself can be created explicitly with all kinds of configurations, or by dbstl internally. For each type of container, some specific type of database and/or configurations must be used or specified to the database and its environment. dbstl will check the database and environment conform to the requirement. When users don't have a chance to specify a container's backing database and environment, like in copy constructors, dbstl will create proper databases and/or environment for it. There are two helper functions to make it easier to create/open an environment or database, they are <a class="link" href="stldbstl_global_functionsopen_db.html" title="open_db">dbstl::open_db()</a>
and <a class="link" href="stldbstl_global_functionsopen_env.html" title="open_env">dbstl::open_env()</a>
; </p>
- <h4><a id="idm1330024"></a>
+ <h4><a id="idm878672"></a>
See Also
</h4>
<p> </p>
@@ -54,7 +54,7 @@ See Also
<a class="link" href="db_set.html" title="Chapter 7.  Db_set">db_set</a>
<a class="link" href="db_multiset.html" title="Chapter 8.  Db_multiset">db_multiset</a>
</p>
- <h4><a id="idm2358808"></a> Public Members </h4>
+ <h4><a id="idm2240136"></a> Public Members </h4>
<div class="informaltable">
<table border="1" width="80%">
<colgroup>
@@ -119,7 +119,7 @@ db_vector</td>
</tbody>
</table>
</div>
- <h4><a id="idm1321672"></a>
+ <h4><a id="idm1749688"></a>
Group</h4>
<p>
None</p>