diff options
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> |