From 87d29563e3ccdeb7fea0197e262e667ef323ff9c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 7 Jul 2024 14:56:09 +0900 Subject: Rename utility class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqptrvector.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/tqptrvector.html') 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*).

A vector is the same as an array. The main difference between -TQPtrVector and TQMemArray is that TQPtrVector stores pointers to the +TQPtrVector and TQMemArray 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).

Items are added to the vector using insert() or fill(). Items are @@ -108,7 +108,7 @@ search for a pointer in the vector using findRef(), or a search (of a sorted vector) using bsearch(). You can count the number of times an item appears in the vector with contains() or containsRef(). -

See also TQMemArray and Non-GUI Classes. +

See also TQMemArray and Non-GUI Classes.


Member Function Documentation

TQPtrVector::TQPtrVector () -- cgit v1.2.3