diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
commit | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch) | |
tree | 2d674f204c5205ca577a782e1b50583afd563972 /doc/html/tqvaluestack.html | |
parent | 628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff) | |
download | tqt-87d29563.tar.gz tqt-87d29563.zip |
Rename utility class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqvaluestack.html')
-rw-r--r-- | doc/html/tqvaluestack.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tqvaluestack.html b/doc/html/tqvaluestack.html index 86ed01bb8..b23660c6b 100644 --- a/doc/html/tqvaluestack.html +++ b/doc/html/tqvaluestack.html @@ -60,7 +60,7 @@ values that all have the class X. TQValueStack is part of the <a href="ntqtl.htm <p> 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"; <a href="tqptrstack.html">TQPtrStack</a>, <a href="tqptrlist.html">TQPtrList</a>, -<a href="ntqdict.html">TQDict</a>, etc., are "pointer based". +<a href="tqdict.html">TQDict</a>, etc., are "pointer based". <p> A stack is a last in, first out (LIFO) structure. Items are added to the top of the stack with <a href="#push">push</a>() and retrieved from the top with <a href="#pop">pop</a>(). The <a href="#top">top</a>() function provides access to the topmost item |