summaryrefslogtreecommitdiff
path: root/docs/api_reference/STL/DbstlElemTraits.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/DbstlElemTraits.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/DbstlElemTraits.html')
-rw-r--r--docs/api_reference/STL/DbstlElemTraits.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/api_reference/STL/DbstlElemTraits.html b/docs/api_reference/STL/DbstlElemTraits.html
index e51febb8..3998a87c 100644
--- a/docs/api_reference/STL/DbstlElemTraits.html
+++ b/docs/api_reference/STL/DbstlElemTraits.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>
@@ -48,7 +48,7 @@
<p>The callbacks need not be set to every type explicitly. . dbstl will check if a needed callback function of this type is provided. If one is available, dbstl will use the registered callback. If the appropriate callback is not provided, dbstl will use reasonable defaults to do the job.</p>
<p>For returning the size of an object, the default behavior is to use the sizeof() operator; For marshalling and unmarshalling, dbstl uses memcpy, so the default behavior is sufficient for simple types whose data reside in a contiguous chunk of memory; Dbstl uses uses &gt;, == and &lt; for comparison operations; For char* and wchar_t * strings, dbstl already provides the appropriate callbacks, so you do not need to register them. In general, if the default behavior is adequate, you don't need to register the corresponding callback.</p>
<p>If you have registered proper callbacks, the DbstlElemTraits&lt;T&gt; can also be used as the char_traits&lt;T&gt; class for std::basic_string&lt;T, char_traits&lt;T&gt; &gt;, and you can enable your class T to form a basic_string&lt;T, DbstlElemTraits&lt;T&gt;&gt;, and use basic_string's functionality and the algorithms to manipulate it. </p>
- <h4><a id="idp1360912"></a> Public Members </h4>
+ <h4><a id="idp1216424"></a> Public Members </h4>
<div class="informaltable">
<table border="1" width="80%">
<colgroup>
@@ -303,7 +303,7 @@
</tbody>
</table>
</div>
- <h4><a id="idp1229024"></a>
+ <h4><a id="idp1234912"></a>
Group</h4>
<p>
<a class="xref" href="dbstl_helper_classes.html" title="Chapter 21.  Dbstl Helper Classes">
@@ -342,7 +342,7 @@ static T* assign(T *seq, size_t cnt,
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp1399400"></a>Group: Interface compatible with std::string's char_traits.</h3>
+ <h3 class="title"><a id="idp1232912"></a>Group: Interface compatible with std::string's char_traits.</h3>
</div>
</div>
</div>
@@ -352,7 +352,7 @@ static T* assign(T *seq, size_t cnt,
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp1399976"></a>Class</h3>
+ <h3 class="title"><a id="idp1233488"></a>Class</h3>
</div>
</div>
</div>