summaryrefslogtreecommitdiff
path: root/docs/api_reference/STL/db_multimap.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_multimap.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_multimap.html')
-rw-r--r--docs/api_reference/STL/db_multimap.html42
1 files changed, 21 insertions, 21 deletions
diff --git a/docs/api_reference/STL/db_multimap.html b/docs/api_reference/STL/db_multimap.html
index d6a938b2..8397e0fc 100644
--- a/docs/api_reference/STL/db_multimap.html
+++ b/docs/api_reference/STL/db_multimap.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>
@@ -40,7 +40,7 @@
</div>
<p>This class is the combination of std::multimap and hash_multimap. </p>
<p>By setting database handles as DB_BTREE or DB_HASH type respectively, you will be using an equivalent of std::multimap or hash_multimap respectively. Database(dbp) and environment(penv) handle requirement: The dbp handle must meet the following requirement: 1. Database type should be DB_BTREE or DB_HASH. 2. Either DB_DUP or DB_DUPSORT flag must be set. Note that so far Berkeley DB does not allow DB_DUPSORT be set and the database is storing identical key/data pairs, i.e. we can't store two (1, 2), (1, 2) pairs into a database D with DB_DUPSORT flag set, but only can do so with DB_DUP flag set; But we can store a (1, 2) pair and a (1, 3) pair into D with DB_DUPSORT flag set. So if your data set allows DB_DUPSORT flag, you should set it to gain a lot of performance promotion. 3. No DB_RECNUM flag set. 4. No DB_TRUNCATE specified in database open flags. 5. DB_THREAD must be set if you are sharing the database handle across multiple threads directly, or indirectly by sharing the container object across multiple threads. </p>
- <h4><a id="idp201608"></a>
+ <h4><a id="idm1794496"></a>
See Also
</h4>
<p> </p>
@@ -51,7 +51,7 @@ See Also
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp303088"></a>
+ <h3 class="title"><a id="idm877248"></a>
Class Template Parameters</h3>
</div>
</div>
@@ -60,7 +60,7 @@ Class Template Parameters</h3>
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp370616"></a>
+ <h4 class="title"><a id="idm436952"></a>
kdt</h4>
</div>
</div>
@@ -71,7 +71,7 @@ kdt</h4>
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idm591720"></a>
+ <h4 class="title"><a id="idp187104"></a>
ddt</h4>
</div>
</div>
@@ -83,7 +83,7 @@ ddt</h4>
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp377168"></a>
+ <h4 class="title"><a id="idp206184"></a>
value_type_sub</h4>
</div>
</div>
@@ -94,7 +94,7 @@ value_type_sub</h4>
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp369488"></a>
+ <h4 class="title"><a id="idp206616"></a>
iterator_t</h4>
</div>
</div>
@@ -102,7 +102,7 @@ iterator_t</h4>
<p>Never specify anything to this type parameter. It is only used internally. </p>
</div>
</div>
- <h4><a id="idp308000"></a> Public Members </h4>
+ <h4><a id="idp217280"></a> Public Members </h4>
<div class="informaltable">
<table border="1" width="80%">
<colgroup>
@@ -203,7 +203,7 @@ iterator_t</h4>
</tbody>
</table>
</div>
- <h4><a id="idm2622976"></a>
+ <h4><a id="idp214888"></a>
Group</h4>
<p>
<a class="xref" href="dbstl_containers.html" title="Chapter 2.  Dbstl Container Classes">
@@ -237,7 +237,7 @@ void insert(InputIterator first,
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idm986400"></a>Parameters</h4>
+ <h4 class="title"><a id="idm1105928"></a>Parameters</h4>
</div>
</div>
</div>
@@ -245,7 +245,7 @@ void insert(InputIterator first,
<div class="titlepage">
<div>
<div>
- <h5 class="title"><a id="idp405304"></a>last</h5>
+ <h5 class="title"><a id="idp241768"></a>last</h5>
</div>
</div>
</div>
@@ -255,7 +255,7 @@ void insert(InputIterator first,
<div class="titlepage">
<div>
<div>
- <h5 class="title"><a id="idp407184"></a>first</h5>
+ <h5 class="title"><a id="idp243648"></a>first</h5>
</div>
</div>
</div>
@@ -272,7 +272,7 @@ void insert(const_iterator &amp;first,
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp407648"></a>Parameters</h4>
+ <h4 class="title"><a id="idp244112"></a>Parameters</h4>
</div>
</div>
</div>
@@ -280,7 +280,7 @@ void insert(const_iterator &amp;first,
<div class="titlepage">
<div>
<div>
- <h5 class="title"><a id="idp407840"></a>last</h5>
+ <h5 class="title"><a id="idp244304"></a>last</h5>
</div>
</div>
</div>
@@ -290,7 +290,7 @@ void insert(const_iterator &amp;first,
<div class="titlepage">
<div>
<div>
- <h5 class="title"><a id="idp408680"></a>first</h5>
+ <h5 class="title"><a id="idp245144"></a>first</h5>
</div>
</div>
</div>
@@ -305,7 +305,7 @@ iterator insert(const value_type &amp;x)
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp404168"></a>Parameters</h4>
+ <h4 class="title"><a id="idp240840"></a>Parameters</h4>
</div>
</div>
</div>
@@ -313,7 +313,7 @@ iterator insert(const value_type &amp;x)
<div class="titlepage">
<div>
<div>
- <h5 class="title"><a id="idp409128"></a>x</h5>
+ <h5 class="title"><a id="idp245592"></a>x</h5>
</div>
</div>
</div>
@@ -324,7 +324,7 @@ iterator insert(const value_type &amp;x)
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp373352"></a>Return Value</h4>
+ <h4 class="title"><a id="idm1977504"></a>Return Value</h4>
</div>
</div>
</div>
@@ -335,13 +335,13 @@ iterator insert(const value_type &amp;x)
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp391672"></a>Group: Insert Functions</h3>
+ <h3 class="title"><a id="idp182720"></a>Group: Insert Functions</h3>
</div>
</div>
</div>
<div class="simplesect" lang="en" xml:lang="en">
<div class="titlepage"></div>
- <p><a class="ulink" href="http://www.cplusplus.com/reference/stl/multimap/insert/" target="_top">http://www.cplusplus.com/reference/stl/multimap/insert/</a> </p>
+ <p><a class="ulink" href="http://www.cplusplus.com/reference/map/multimap/insert/" target="_top">http://www.cplusplus.com/reference/map/multimap/insert/</a> </p>
</div>
<p>
</p>
@@ -350,7 +350,7 @@ iterator insert(const value_type &amp;x)
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp404968"></a>Class</h3>
+ <h3 class="title"><a id="idm1112760"></a>Class</h3>
</div>
</div>
</div>