diff options
Diffstat (limited to 'doc/html/ntqmemarray.html')
| -rw-r--r-- | doc/html/ntqmemarray.html | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/html/ntqmemarray.html b/doc/html/ntqmemarray.html index a38a81172..aca349d1c 100644 --- a/doc/html/ntqmemarray.html +++ b/doc/html/ntqmemarray.html @@ -362,8 +362,8 @@ of <a href="ntqvaluelist.html">TQValueList</a> and <a href="ntqmap.html">TQMap</ <p> Fills the array with the value <em>v</em>. If <em>size</em> is specified as different from -1, then the array will be resized before being filled. -<p> Returns TRUE if successful, i.e. if <em>size</em> is -1, or <em>size</em> is -!= -1 and the memory can be allocated; otherwise returns FALSE. +<p> Returns true if successful, i.e. if <em>size</em> is -1, or <em>size</em> is +!= -1 and the memory can be allocated; otherwise returns false. <p> <p>See also <a href="#resize">resize</a>(). <h3 class=fn>int <a name="find"></a>TQMemArray::find ( const type & v, uint index = 0 ) const @@ -376,14 +376,14 @@ filled. <h3 class=fn>bool <a name="isEmpty"></a>TQMemArray::isEmpty () const </h3> -<p> Returns TRUE if the array is empty; otherwise returns FALSE. +<p> Returns true if the array is empty; otherwise returns false. <p> <a href="#isEmpty">isEmpty</a>() is equivalent to <a href="#isNull">isNull</a>() for TQMemArray (unlike <a href="ntqstring.html">TQString</a>). <h3 class=fn>bool <a name="isNull"></a>TQMemArray::isNull () const </h3> -<p> Returns TRUE if the array is null; otherwise returns FALSE. +<p> Returns true if the array is null; otherwise returns false. <p> A null array has <a href="#size">size</a>() == 0 and <a href="#data">data</a>() == 0. <h3 class=fn>uint <a name="nrefs"></a>TQMemArray::nrefs () const @@ -401,8 +401,8 @@ reference count is always greater than zero. <h3 class=fn>bool <a name="operator!-eq"></a>TQMemArray::operator!= ( const <a href="ntqmemarray.html">TQMemArray</a><type> & a ) const </h3> -<p> Returns TRUE if this array is different from <em>a</em>; otherwise -returns FALSE. +<p> Returns true if this array is different from <em>a</em>; otherwise +returns false. <p> The two arrays are compared bitwise. <p> <p>See also <a href="#operator-eq-eq">operator==</a>(). @@ -416,8 +416,8 @@ reference to this array. <h3 class=fn>bool <a name="operator-eq-eq"></a>TQMemArray::operator== ( const <a href="ntqmemarray.html">TQMemArray</a><type> & a ) const </h3> -<p> Returns TRUE if this array is equal to <em>a</em>; otherwise returns -FALSE. +<p> Returns true if this array is equal to <em>a</em>; otherwise returns +false. <p> The two arrays are compared bitwise. <p> <p>See also <a href="#operator!-eq">operator!=</a>(). @@ -447,7 +447,7 @@ passed to setRawData(). This is for consistency checking. <p> Resizes (expands or shrinks) the array to <em>size</em> elements. The array becomes a null array if <em>size</em> == 0. -<p> Returns TRUE if successful, or FALSE if the memory cannot be +<p> Returns true if successful, or false if the memory cannot be allocated. <p> New elements are not initialized. <p> <em>optim</em> is either <tt>TQGArray::MemOptim</tt> (the default) or @@ -464,8 +464,8 @@ configuration. <p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Resizes (expands or shrinks) the array to <em>size</em> elements. The array becomes a null array if <em>size</em> == 0. -<p> Returns TRUE if successful, i.e. if the memory can be allocated; -otherwise returns FALSE. +<p> Returns true if successful, i.e. if the memory can be allocated; +otherwise returns false. <p> New elements are not initialized. <p> <p>See also <a href="#size">size</a>(). @@ -522,8 +522,8 @@ comparison (memcmp()). </h3> <p> Truncates the array at position <em>pos</em>. -<p> Returns TRUE if successful, i.e. if the memory can be allocated; -otherwise returns FALSE. +<p> Returns true if successful, i.e. if the memory can be allocated; +otherwise returns false. <p> Equivalent to <a href="#resize">resize</a>(<em>pos</em>). <p> <p>See also <a href="#resize">resize</a>(). |
