diff options
Diffstat (limited to 'doc/html/tqptrvector.html')
-rw-r--r-- | doc/html/tqptrvector.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqptrvector.html b/doc/html/tqptrvector.html index 44e4cdcee..24782d9ab 100644 --- a/doc/html/tqptrvector.html +++ b/doc/html/tqptrvector.html @@ -88,7 +88,7 @@ provides a vector (array). instance TQPtrVector<X> to create a vector that contains pointers to X (X*). <p> A vector is the same as an array. The main difference between -TQPtrVector and <a href="ntqmemarray.html">TQMemArray</a> is that TQPtrVector stores pointers to the +TQPtrVector and <a href="tqmemarray.html">TQMemArray</a> is that TQPtrVector stores pointers to the elements, whereas TQMemArray stores the elements themselves (i.e. TQMemArray is value-based and TQPtrVector is pointer-based). <p> Items are added to the vector using <a href="#insert">insert</a>() or <a href="#fill">fill</a>(). Items are @@ -108,7 +108,7 @@ search for a pointer in the vector using <a href="#findRef">findRef</a>(), or a search (of a sorted vector) using <a href="#bsearch">bsearch</a>(). You can count the number of times an item appears in the vector with <a href="#contains">contains</a>() or <a href="#containsRef">containsRef</a>(). -<p> <p>See also <a href="ntqmemarray.html">TQMemArray</a> and <a href="tools.html">Non-GUI Classes</a>. +<p> <p>See also <a href="tqmemarray.html">TQMemArray</a> and <a href="tools.html">Non-GUI Classes</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQPtrVector"></a>TQPtrVector::TQPtrVector () |