diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 12:20:38 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 12:20:38 +0900 |
commit | 0881ed5059c46ce73e8241e6260b82b92f6d0e55 (patch) | |
tree | 6d1d4883cc07ad22b11017d0714d4c26e1ce1b94 /doc/html/tqvaluevector.html | |
parent | 1f0ce8533cc837aa2d4155b5fc17d2004bed0197 (diff) | |
download | tqt-0881ed50.tar.gz tqt-0881ed50.zip |
Rename ptr nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqvaluevector.html')
-rw-r--r-- | doc/html/tqvaluevector.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqvaluevector.html b/doc/html/tqvaluevector.html index 5930a8cd7..a8a28bdf6 100644 --- a/doc/html/tqvaluevector.html +++ b/doc/html/tqvaluevector.html @@ -110,11 +110,11 @@ part of the <a href="ntqtl.html">TQt Template Library</a>. of values that all have the class T. TQValueVector does not store pointers to the members of the vector; it holds a copy of every member. TQValueVector is said to be value based; in contrast, -<a href="ntqptrlist.html">TQPtrList</a> and <a href="ntqdict.html">TQDict</a> are pointer based. +<a href="tqptrlist.html">TQPtrList</a> and <a href="ntqdict.html">TQDict</a> are pointer based. <p> TQValueVector contains and manages a collection of objects of type T and provides random access iterators that allow the contained objects to be addressed. TQValueVector owns the contained -elements. For more relaxed ownership semantics, see <a href="ntqptrcollection.html">TQPtrCollection</a> +elements. For more relaxed ownership semantics, see <a href="tqptrcollection.html">TQPtrCollection</a> and friends, which are pointer-based containers. <p> TQValueVector provides good performance if you append or remove elements from the end of the vector. If you insert or remove |