diff options
author | Michele Calgaro <[email protected]> | 2024-07-02 21:37:22 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-06 11:24:55 +0900 |
commit | 7552c6d73043b1040139033f6864db48ae5446cf (patch) | |
tree | f90d24d072dd3ee6a3f909bf7778abc7669f03ef /doc/html/tqmap.html | |
parent | c113da2069b66130f67a0f27c699e1cec83588a5 (diff) | |
download | tqt3-7552c6d73043b1040139033f6864db48ae5446cf.tar.gz tqt3-7552c6d73043b1040139033f6864db48ae5446cf.zip |
Rename main window nt* related files to equivalent tq*. The file
"ntqsession.h" was totally unnecessary and has been removed.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/tqmap.html')
-rw-r--r-- | doc/html/tqmap.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqmap.html b/doc/html/tqmap.html index a0bb3b31e..ab5ed0abe 100644 --- a/doc/html/tqmap.html +++ b/doc/html/tqmap.html @@ -206,7 +206,7 @@ map. The advantage of using an iterator is that you can move forward or backward by incrementing/decrementing the iterator. The iterator returned by end() points to the element which is one past the last element in the container. The past-the-end iterator -is still associated with the map it belongs to, however it is <em>not</em> dereferenceable; <a href="ntqsize.html#operator*-4">operator*</a>() will not return a well-defined +is still associated with the map it belongs to, however it is <em>not</em> dereferenceable; <a href="tqsize.html#operator*-4">operator*</a>() will not return a well-defined value. If the map is empty, the iterator returned by begin() will equal the iterator returned by end(). <p> Another way to find an element in the map is by using the <a href="#find">find</a>() @@ -352,7 +352,7 @@ operator<(Key, Key). <p> The iterator returned by <a href="#end">end</a>() points to the element which is one past the last element in the container. The past-the-end iterator is still associated with the map it belongs to, but it is <em>not</em> -dereferenceable; <a href="ntqsize.html#operator*-4">operator*</a>() will not return a well-defined value. +dereferenceable; <a href="tqsize.html#operator*-4">operator*</a>() will not return a well-defined value. <p> This iterator equals <a href="#constBegin">constBegin</a>() if the map is empty. <p> <p>See also <a href="#constBegin">constBegin</a>() and <a href="tqmapconstiterator.html">TQMapConstIterator</a>. @@ -400,7 +400,7 @@ to <a href="#isEmpty">isEmpty</a>(). <p> The iterator returned by <a href="#end">end</a>() points to the element which is one past the last element in the container. The past-the-end iterator is still associated with the map it belongs to, but it is <em>not</em> -dereferenceable; <a href="ntqsize.html#operator*-4">operator*</a>() will not return a well-defined value. +dereferenceable; <a href="tqsize.html#operator*-4">operator*</a>() will not return a well-defined value. <p> This iterator equals <a href="#begin">begin</a>() if the map is empty. <p> <p>See also <a href="#begin">begin</a>() and <a href="tqmapiterator.html">TQMapIterator</a>. |