diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
commit | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch) | |
tree | 2d674f204c5205ca577a782e1b50583afd563972 /doc/html/tqptrvector.html | |
parent | 628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff) | |
download | tqt-87d29563e3ccdeb7fea0197e262e667ef323ff9c.tar.gz tqt-87d29563e3ccdeb7fea0197e262e667ef323ff9c.zip |
Rename utility class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 () |