~ubuntu-branches/ubuntu/vivid/db/vivid-proposed

« back to all changes in this revision

Viewing changes to docs/api_reference/STL/db_vector_iterators.html

  • Committer: Package Import Robot
  • Author(s): Ondřej Surý
  • Date: 2011-12-05 15:44:35 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20111205154435-1rqncut9s3wxba1h
Tags: 5.1.29-1
* Add lintian-override for (not)embedded sqlite in MultiArch
* Generated db_signature is different on each arch
* Update priority of db5.1-util and add missing description of
  db5.1_sql
* Add git-buildpackage configuration
* Imported Upstream version 5.1.29

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
      <p>The differences between the two classes are that the <a class="link" href="db_vector_base_iterator.html" title="Chapter 12.  Db_vector_base_iterator">db_vector_base_iterator</a>
43
43
 can only be used to read its referenced value, so it is intended as db_vector's const iterator; While the other class allows both read and write access. If your access pattern is readonly, it is strongly recommended that you use the const iterator because it is faster and more efficient. The two classes have identical behaviors to std::vector::const_iterator and std::vector::iterator respectively. Note that the common public member function behaviors are described in the <a class="link" href="db_base_iterator.html" title="Chapter 10.  Db_base_iterator">db_base_iterator</a>
44
44
 section. </p>
45
 
      <h4><a id="id3928322"></a>
 
45
      <h4><a id="idp50959040"></a>
46
46
See Also
47
47
</h4>
48
48
      <p> </p>
49
49
      <p><a class="link" href="db_base_iterator.html" title="Chapter 10.  Db_base_iterator">db_base_iterator</a>
50
50
 </p>
51
 
      <h4><a id="id3928267"></a> Public Members </h4>
 
51
      <h4><a id="idp50955832"></a> Public Members </h4>
52
52
      <div class="informaltable">
53
53
        <table border="1" width="80%">
54
54
          <colgroup>
81
81
          </tbody>
82
82
        </table>
83
83
      </div>
84
 
      <h4><a id="id3928418"></a>
 
84
      <h4><a id="idp50964712"></a>
85
85
Group</h4>
86
86
      <p>
87
87
<a class="xref" href="dbstl_iterators.html" title="Chapter 9.  Dbstl Iterator Classes">