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/tqmapiterator.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/tqmapiterator.html') diff --git a/doc/html/tqmapiterator.html b/doc/html/tqmapiterator.html index ac68181a9..e44bd2288 100644 --- a/doc/html/tqmapiterator.html +++ b/doc/html/tqmapiterator.html @@ -74,7 +74,7 @@ traverse a map is to use iterators. TQMap does not know about its iterators, and the iterators don't even know to which map they belong. That makes things fast but a bit dangerous because it is up to you to make sure that the iterators you are using are still -valid. TQDictIterator will be able to give warnings, whereas +valid. TQDictIterator will be able to give warnings, whereas TQMapIterator may end up in an undefined state.

For every Iterator there is also a ConstIterator. You must use the ConstIterator to access a TQMap in a const environment or if the -- cgit v1.2.3