diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-05 19:02:23 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-05 19:02:23 +0900 |
commit | 1f0ce8533cc837aa2d4155b5fc17d2004bed0197 (patch) | |
tree | d62f4174c0e58e1aa895fc71484d068b614cd6de /doc/html/ntqmemarray.html | |
parent | 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (diff) | |
download | tqt3-1f0ce8533cc837aa2d4155b5fc17d2004bed0197.tar.gz tqt3-1f0ce8533cc837aa2d4155b5fc17d2004bed0197.zip |
Rename template library nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqmemarray.html')
-rw-r--r-- | doc/html/ntqmemarray.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/ntqmemarray.html b/doc/html/ntqmemarray.html index a38a81172..cba6fdccf 100644 --- a/doc/html/ntqmemarray.html +++ b/doc/html/ntqmemarray.html @@ -110,7 +110,7 @@ of the arrays is modified, all the arrays are modified. <p> The benefit of sharing is that a program does not need to duplicate data when it is not required, which results in lower memory use and less copying of data. -<p> An alternative to TQMemArray is <a href="ntqvaluevector.html">TQValueVector</a>. The TQValueVector class +<p> An alternative to TQMemArray is <a href="tqvaluevector.html">TQValueVector</a>. The TQValueVector class also provides an array of objects, but can deal with objects that have constructors (specifically a copy constructor and a default constructor). TQValueVector provides an STL-compatible syntax and is @@ -267,7 +267,7 @@ at the right time. <p> Returns an iterator pointing at the beginning of this array. This iterator can be used in the same way as the iterators of -<a href="ntqvaluelist.html">TQValueList</a> and <a href="ntqmap.html">TQMap</a>, for example. +<a href="tqvaluelist.html">TQValueList</a> and <a href="tqmap.html">TQMap</a>, for example. <h3 class=fn><a href="ntqmemarray.html#ConstIterator">ConstIterator</a> <a name="begin-2"></a>TQMemArray::begin () const </h3> @@ -275,7 +275,7 @@ iterator can be used in the same way as the iterators of <p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Returns a const iterator pointing at the beginning of this array. This iterator can be used in the same way as the iterators of -<a href="ntqvaluelist.html">TQValueList</a> and <a href="ntqmap.html">TQMap</a>, for example. +<a href="tqvaluelist.html">TQValueList</a> and <a href="tqmap.html">TQMap</a>, for example. <h3 class=fn>int <a name="bsearch"></a>TQMemArray::bsearch ( const type & v ) const </h3> @@ -346,7 +346,7 @@ The size of the array is given by <em>size</em>. <p> Returns an iterator pointing behind the last element of this array. This iterator can be used in the same way as the iterators -of <a href="ntqvaluelist.html">TQValueList</a> and <a href="ntqmap.html">TQMap</a>, for example. +of <a href="tqvaluelist.html">TQValueList</a> and <a href="tqmap.html">TQMap</a>, for example. <h3 class=fn><a href="ntqmemarray.html#ConstIterator">ConstIterator</a> <a name="end-2"></a>TQMemArray::end () const </h3> @@ -354,7 +354,7 @@ of <a href="ntqvaluelist.html">TQValueList</a> and <a href="ntqmap.html">TQMap</ <p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Returns a const iterator pointing behind the last element of this array. This iterator can be used in the same way as the iterators -of <a href="ntqvaluelist.html">TQValueList</a> and <a href="ntqmap.html">TQMap</a>, for example. +of <a href="tqvaluelist.html">TQValueList</a> and <a href="tqmap.html">TQMap</a>, for example. <h3 class=fn>bool <a name="fill"></a>TQMemArray::fill ( const type & v, int size = -1 ) </h3> |