From 0881ed5059c46ce73e8241e6260b82b92f6d0e55 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Jun 2024 12:20:38 +0900 Subject: Rename ptr nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqvaluestack.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/tqvaluestack.html') diff --git a/doc/html/tqvaluestack.html b/doc/html/tqvaluestack.html index 114dcc59f..86ed01bb8 100644 --- a/doc/html/tqvaluestack.html +++ b/doc/html/tqvaluestack.html @@ -59,7 +59,7 @@ The TQValueStack class is a value-based template class that provides a stack. values that all have the class X. TQValueStack is part of the TQt Template Library.

Note that TQValueStack does not store pointers to the members of the stack; it holds a copy of every member. That is why these -kinds of classes are called "value based"; TQPtrStack, TQPtrList, +kinds of classes are called "value based"; TQPtrStack, TQPtrList, TQDict, etc., are "pointer based".

A stack is a last in, first out (LIFO) structure. Items are added to the top of the stack with push() and retrieved from the top @@ -81,7 +81,7 @@ without removing it.

TQValueStack is a specialized TQValueList provided for convenience. -All of TQValueList's functionality also applies to TQPtrStack, for +All of TQValueList's functionality also applies to TQPtrStack, for example the facility to iterate over all elements using TQValueStack::Iterator. See TQValueListIterator for further details. -- cgit v1.2.3