summaryrefslogtreecommitdiff
path: root/docs/api_reference/STL/db_map.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api_reference/STL/db_map.html')
-rw-r--r--docs/api_reference/STL/db_map.html46
1 files changed, 23 insertions, 23 deletions
diff --git a/docs/api_reference/STL/db_map.html b/docs/api_reference/STL/db_map.html
index 4a8b27a2..63dea734 100644
--- a/docs/api_reference/STL/db_map.html
+++ b/docs/api_reference/STL/db_map.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 @@
has identical methods to std::map and the semantics for each method is identical to its std::map counterpart, except that it stores data into underlying Berkeley DB btree or hash database. </p>
<p>Passing a database handle of btree or hash type creates a <a class="link" href="db_map.html" title="Chapter 5.  Db_map">db_map</a>
equivalent to std::map and std::hashmap respectively. Database(dbp) and environment(penv) handle requirement(applies to all constructors in this class template): 0. The dbp is opened inside the penv environment. Either one of the two handles can be NULL. If dbp is NULL, an anonymous database is created by dbstl. 1. Database type of dbp should be DB_BTREE or DB_HASH. 2. No DB_DUP or DB_DUPSORT flag set in dbp. 3. No DB_RECNUM flag set in dbp. 4. No DB_TRUNCATE specified in dbp's database open flags. 5. DB_THREAD must be set if you are sharing the dbp across multiple threads directly, or indirectly by sharing the container object across multiple threads. </p>
- <h4><a id="idm58344"></a>
+ <h4><a id="idm943560"></a>
See Also
</h4>
<p> </p>
@@ -54,7 +54,7 @@ See Also
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idm1990512"></a>
+ <h3 class="title"><a id="idm204128"></a>
Class Template Parameters</h3>
</div>
</div>
@@ -63,7 +63,7 @@ Class Template Parameters</h3>
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idm2549744"></a>
+ <h4 class="title"><a id="idm1289080"></a>
kdt</h4>
</div>
</div>
@@ -74,7 +74,7 @@ kdt</h4>
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idm2357968"></a>
+ <h4 class="title"><a id="idm136568"></a>
ddt</h4>
</div>
</div>
@@ -86,7 +86,7 @@ ddt</h4>
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp85248"></a>
+ <h4 class="title"><a id="idm725096"></a>
value_type_sub</h4>
</div>
</div>
@@ -97,7 +97,7 @@ value_type_sub</h4>
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idm1443408"></a>
+ <h4 class="title"><a id="idm1905384"></a>
iterator_t</h4>
</div>
</div>
@@ -105,7 +105,7 @@ iterator_t</h4>
<p>Never specify anything to this type parameter. It is only used internally. </p>
</div>
</div>
- <h4><a id="idm1267192"></a> Public Members </h4>
+ <h4><a id="idm562784"></a> Public Members </h4>
<div class="informaltable">
<table border="1" width="80%">
<colgroup>
@@ -320,7 +320,7 @@ begin
</tbody>
</table>
</div>
- <h4><a id="idm1863144"></a>
+ <h4><a id="idm2212208"></a>
Group</h4>
<p>
<a class="xref" href="dbstl_containers.html" title="Chapter 2.  Dbstl Container Classes">
@@ -354,7 +354,7 @@ db_map(Db *dbp=NULL,
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idm2618288"></a>Parameters</h4>
+ <h4 class="title"><a id="idm1873408"></a>Parameters</h4>
</div>
</div>
</div>
@@ -362,7 +362,7 @@ db_map(Db *dbp=NULL,
<div class="titlepage">
<div>
<div>
- <h5 class="title"><a id="idp219120"></a>dbp</h5>
+ <h5 class="title"><a id="idm998136"></a>dbp</h5>
</div>
</div>
</div>
@@ -372,7 +372,7 @@ db_map(Db *dbp=NULL,
<div class="titlepage">
<div>
<div>
- <h5 class="title"><a id="idp221000"></a>envp</h5>
+ <h5 class="title"><a id="idm412224"></a>envp</h5>
</div>
</div>
</div>
@@ -383,7 +383,7 @@ db_map(Db *dbp=NULL,
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp216848"></a>See Also</h4>
+ <h4 class="title"><a id="idp25184"></a>See Also</h4>
</div>
</div>
</div>
@@ -404,7 +404,7 @@ db_map(Db *dbp, DbEnv *envp, InputIterator first,
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp102592"></a>Parameters</h4>
+ <h4 class="title"><a id="idm368296"></a>Parameters</h4>
</div>
</div>
</div>
@@ -412,7 +412,7 @@ db_map(Db *dbp, DbEnv *envp, InputIterator first,
<div class="titlepage">
<div>
<div>
- <h5 class="title"><a id="idm206576"></a>dbp</h5>
+ <h5 class="title"><a id="idm2727112"></a>dbp</h5>
</div>
</div>
</div>
@@ -422,7 +422,7 @@ db_map(Db *dbp, DbEnv *envp, InputIterator first,
<div class="titlepage">
<div>
<div>
- <h5 class="title"><a id="idp209752"></a>envp</h5>
+ <h5 class="title"><a id="idm2726272"></a>envp</h5>
</div>
</div>
</div>
@@ -432,7 +432,7 @@ db_map(Db *dbp, DbEnv *envp, InputIterator first,
<div class="titlepage">
<div>
<div>
- <h5 class="title"><a id="idp224832"></a>last</h5>
+ <h5 class="title"><a id="idm76616"></a>last</h5>
</div>
</div>
</div>
@@ -442,7 +442,7 @@ db_map(Db *dbp, DbEnv *envp, InputIterator first,
<div class="titlepage">
<div>
<div>
- <h5 class="title"><a id="idp225152"></a>first</h5>
+ <h5 class="title"><a id="idm2725696"></a>first</h5>
</div>
</div>
</div>
@@ -453,7 +453,7 @@ db_map(Db *dbp, DbEnv *envp, InputIterator first,
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp201480"></a>See Also</h4>
+ <h4 class="title"><a id="idm998240"></a>See Also</h4>
</div>
</div>
</div>
@@ -474,7 +474,7 @@ db_map(const db_map&lt; kdt, ddt, value_type_sub,
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp219400"></a>Parameters</h4>
+ <h4 class="title"><a id="idm1058536"></a>Parameters</h4>
</div>
</div>
</div>
@@ -482,7 +482,7 @@ db_map(const db_map&lt; kdt, ddt, value_type_sub,
<div class="titlepage">
<div>
<div>
- <h5 class="title"><a id="idp219592"></a>x</h5>
+ <h5 class="title"><a id="idm692664"></a>x</h5>
</div>
</div>
</div>
@@ -493,7 +493,7 @@ db_map(const db_map&lt; kdt, ddt, value_type_sub,
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp220432"></a>See Also</h4>
+ <h4 class="title"><a id="idm16664"></a>See Also</h4>
</div>
</div>
</div>
@@ -509,7 +509,7 @@ db_map(const db_map&lt; kdt, ddt, value_type_sub,
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idm2567400"></a>Class</h3>
+ <h3 class="title"><a id="idm1907984"></a>Class</h3>
</div>
</div>
</div>