From 1f0ce8533cc837aa2d4155b5fc17d2004bed0197 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 5 Jun 2024 19:02:23 +0900 Subject: Rename template library nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/ntqmemarray.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/ntqmemarray.html') 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.

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. -

An alternative to TQMemArray is TQValueVector. The TQValueVector class +

An alternative to TQMemArray is TQValueVector. 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.

Returns an iterator pointing at the beginning of this array. This iterator can be used in the same way as the iterators of -TQValueList and TQMap, for example. +TQValueList and TQMap, for example.

ConstIterator TQMemArray::begin () const

@@ -275,7 +275,7 @@ iterator can be used in the same way as the iterators of

This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

Returns a const iterator pointing at the beginning of this array. This iterator can be used in the same way as the iterators of -TQValueList and TQMap, for example. +TQValueList and TQMap, for example.

int TQMemArray::bsearch ( const type & v ) const

@@ -346,7 +346,7 @@ The size of the array is given by size.

Returns an iterator pointing behind the last element of this array. This iterator can be used in the same way as the iterators -of TQValueList and TQMap, for example. +of TQValueList and TQMap, for example.

ConstIterator TQMemArray::end () const

@@ -354,7 +354,7 @@ of TQValueList and TQMap This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

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 TQValueList and TQMap, for example. +of TQValueList and TQMap, for example.

bool TQMemArray::fill ( const type & v, int size = -1 )

-- cgit v1.2.3