summaryrefslogtreecommitdiff
path: root/docs/api_reference/STL/db_set.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_set.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_set.html')
-rw-r--r--docs/api_reference/STL/db_set.html42
1 files changed, 21 insertions, 21 deletions
diff --git a/docs/api_reference/STL/db_set.html b/docs/api_reference/STL/db_set.html
index 6cbe3052..6898e592 100644
--- a/docs/api_reference/STL/db_set.html
+++ b/docs/api_reference/STL/db_set.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>
@@ -41,7 +41,7 @@
<p>This class is the combination of std::set and hash_set. </p>
<p>By setting database handles of DB_BTREE or DB_HASH type, you will be using the equivalent of std::set or hash_set. This container stores the key in the key element of a key/data pair in the underlying database, but doesn't store anything in the data element. Database and environment handle requirement: The same as that of <a class="link" href="db_map.html" title="Chapter 5.  Db_map">db_map</a>
. </p>
- <h4><a id="idp375288"></a>
+ <h4><a id="idp212600"></a>
See Also
</h4>
<p> </p>
@@ -52,7 +52,7 @@ See Also
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp476400"></a>
+ <h3 class="title"><a id="idp312944"></a>
Class Template Parameters</h3>
</div>
</div>
@@ -61,7 +61,7 @@ Class Template Parameters</h3>
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp476592"></a>
+ <h4 class="title"><a id="idp313136"></a>
kdt</h4>
</div>
</div>
@@ -72,7 +72,7 @@ kdt</h4>
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp480008"></a>
+ <h4 class="title"><a id="idp316656"></a>
value_type_sub</h4>
</div>
</div>
@@ -80,7 +80,7 @@ value_type_sub</h4>
<p>If kdt is a class/struct type, do not specify anything in this parameter; Otherwise specify ElementHolder&lt;kdt&gt;. </p>
</div>
</div>
- <h4><a id="idp477112"></a> Public Members </h4>
+ <h4><a id="idp313656"></a> Public Members </h4>
<div class="informaltable">
<table border="1" width="80%">
<colgroup>
@@ -153,7 +153,7 @@ value_type_sub</h4>
</tbody>
</table>
</div>
- <h4><a id="idp487112"></a>
+ <h4><a id="idp323416"></a>
Group</h4>
<p>
<a class="xref" href="dbstl_containers.html" title="Chapter 2.  Dbstl Container Classes">
@@ -187,7 +187,7 @@ db_set(Db *dbp=NULL,
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp477992"></a>Parameters</h4>
+ <h4 class="title"><a id="idp311400"></a>Parameters</h4>
</div>
</div>
</div>
@@ -195,7 +195,7 @@ db_set(Db *dbp=NULL,
<div class="titlepage">
<div>
<div>
- <h5 class="title"><a id="idp496016"></a>dbp</h5>
+ <h5 class="title"><a id="idp315136"></a>dbp</h5>
</div>
</div>
</div>
@@ -205,7 +205,7 @@ db_set(Db *dbp=NULL,
<div class="titlepage">
<div>
<div>
- <h5 class="title"><a id="idp497896"></a>envp</h5>
+ <h5 class="title"><a id="idp334312"></a>envp</h5>
</div>
</div>
</div>
@@ -216,7 +216,7 @@ db_set(Db *dbp=NULL,
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp493816"></a>See Also</h4>
+ <h4 class="title"><a id="idp301216"></a>See Also</h4>
</div>
</div>
</div>
@@ -238,7 +238,7 @@ db_set(Db *dbp, DbEnv *envp, InputIterator first,
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp478496"></a>Parameters</h4>
+ <h4 class="title"><a id="idp318656"></a>Parameters</h4>
</div>
</div>
</div>
@@ -246,7 +246,7 @@ db_set(Db *dbp, DbEnv *envp, InputIterator first,
<div class="titlepage">
<div>
<div>
- <h5 class="title"><a id="idp461192"></a>dbp</h5>
+ <h5 class="title"><a id="idp314368"></a>dbp</h5>
</div>
</div>
</div>
@@ -256,7 +256,7 @@ db_set(Db *dbp, DbEnv *envp, InputIterator first,
<div class="titlepage">
<div>
<div>
- <h5 class="title"><a id="idp501424"></a>envp</h5>
+ <h5 class="title"><a id="idp337936"></a>envp</h5>
</div>
</div>
</div>
@@ -266,7 +266,7 @@ db_set(Db *dbp, DbEnv *envp, InputIterator first,
<div class="titlepage">
<div>
<div>
- <h5 class="title"><a id="idp501744"></a>last</h5>
+ <h5 class="title"><a id="idp338256"></a>last</h5>
</div>
</div>
</div>
@@ -276,7 +276,7 @@ db_set(Db *dbp, DbEnv *envp, InputIterator first,
<div class="titlepage">
<div>
<div>
- <h5 class="title"><a id="idp502064"></a>first</h5>
+ <h5 class="title"><a id="idp338576"></a>first</h5>
</div>
</div>
</div>
@@ -287,7 +287,7 @@ db_set(Db *dbp, DbEnv *envp, InputIterator first,
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp464864"></a>See Also</h4>
+ <h4 class="title"><a id="idp314432"></a>See Also</h4>
</div>
</div>
</div>
@@ -307,7 +307,7 @@ db_set(const self &amp;x)
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp496232"></a>Parameters</h4>
+ <h4 class="title"><a id="idp332648"></a>Parameters</h4>
</div>
</div>
</div>
@@ -315,7 +315,7 @@ db_set(const self &amp;x)
<div class="titlepage">
<div>
<div>
- <h5 class="title"><a id="idp496424"></a>x</h5>
+ <h5 class="title"><a id="idp332840"></a>x</h5>
</div>
</div>
</div>
@@ -326,7 +326,7 @@ db_set(const self &amp;x)
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp497264"></a>See Also</h4>
+ <h4 class="title"><a id="idp333680"></a>See Also</h4>
</div>
</div>
</div>
@@ -343,7 +343,7 @@ db_set(const self &amp;x)
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp480736"></a>Class</h3>
+ <h3 class="title"><a id="idp300840"></a>Class</h3>
</div>
</div>
</div>