From 6f57abfc9cd3acf1d648aee696947ac9216adb71 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 9 Sep 2024 14:57:42 +0900 Subject: Rename remaining ntq[s-z]* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqvaluelistiterator.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/tqvaluelistiterator.html') diff --git a/doc/html/tqvaluelistiterator.html b/doc/html/tqvaluelistiterator.html index a659d8bf..98ea8475 100644 --- a/doc/html/tqvaluelistiterator.html +++ b/doc/html/tqvaluelistiterator.html @@ -92,7 +92,7 @@ about all its iterators and the iterators don't know to which list they belong. This makes things very fast, but if you're not careful, you can get spectacular bugs. Always make sure iterators are valid before dereferencing them or using them as parameters to -generic algorithms in the STL or the TQTL. +generic algorithms in the STL or the TQTL.

Using an invalid iterator is undefined (your application will probably crash). Many TQt functions return const value lists; to iterate over these you should make a copy and iterate over the @@ -102,7 +102,7 @@ TQValueList in a const environment or if the reference or pointer to the list is itself const, then you must use the ConstIterator. Its semantics are the same as the Iterator, but it only returns const references. -

See also TQValueList, TQValueListConstIterator, TQt Template Library Classes, and Non-GUI Classes. +

See also TQValueList, TQValueListConstIterator, TQt Template Library Classes, and Non-GUI Classes.


Member Type Documentation

TQValueListIterator::pointer

-- cgit v1.2.1