summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqvaluelist.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqvaluelist.3qt')
-rw-r--r--doc/man/man3/tqvaluelist.3qt18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/man/man3/tqvaluelist.3qt b/doc/man/man3/tqvaluelist.3qt
index 34792bc85..574d94e51 100644
--- a/doc/man/man3/tqvaluelist.3qt
+++ b/doc/man/man3/tqvaluelist.3qt
@@ -470,7 +470,7 @@ This is an overloaded member function, provided for convenience. It behaves esse
.PP
Returns an iterator pointing to the item at position \fIi\fR in the list, or an undefined value if the index is out of range.
.SH "reference TQValueList::back ()"
-Returns a reference to the last item. If the list contains no last item (i.e. empty() returns TRUE), the return value is undefined.
+Returns a reference to the last item. If the list contains no last item (i.e. empty() returns true), the return value is undefined.
.PP
This function is provided for STL compatibility. It is equivalent to last().
.PP
@@ -512,7 +512,7 @@ See also isEmpty().
Examples:
.)l chart/element.cpp, fileiconview/tqfileiconview.cpp, and table/statistics/statistics.cpp.
.SH "bool TQValueList::empty () const"
-Returns TRUE if the list contains no items; otherwise returns FALSE.
+Returns true if the list contains no items; otherwise returns false.
.PP
See also size().
.SH "iterator TQValueList::end ()"
@@ -561,7 +561,7 @@ Returns end() if no item matched.
.SH "int TQValueList::findIndex ( const T & x ) const"
Returns the index of the first occurrence of the value \fIx\fR. Returns -1 if no item matched.
.SH "T & TQValueList::first ()"
-Returns a reference to the first item. If the list contains no first item (i.e. isEmpty() returns TRUE), the return value is undefined.
+Returns a reference to the first item. If the list contains no first item (i.e. isEmpty() returns true), the return value is undefined.
.PP
See also last().
.PP
@@ -611,7 +611,7 @@ Use the end() function instead. For example:
.br
.fi
.SH "reference TQValueList::front ()"
-Returns a reference to the first item. If the list contains no first item (i.e. empty() returns TRUE), the return value is undefined.
+Returns a reference to the first item. If the list contains no first item (i.e. empty() returns true), the return value is undefined.
.PP
This function is provided for STL compatibility. It is equivalent to first().
.PP
@@ -631,20 +631,20 @@ This is an overloaded member function, provided for convenience. It behaves esse
.PP
Inserts \fIn\fR copies of \fIx\fR before position \fIpos\fR.
.SH "bool TQValueList::isEmpty () const"
-Returns TRUE if the list contains no items; otherwise returns FALSE.
+Returns true if the list contains no items; otherwise returns false.
.PP
See also count().
.PP
Examples:
.)l fonts/simple-tqfont-demo/viewer.cpp and network/mail/smtp.cpp.
.SH "T & TQValueList::last ()"
-Returns a reference to the last item. If the list contains no last item (i.e. empty() returns TRUE), the return value is undefined.
+Returns a reference to the last item. If the list contains no last item (i.e. empty() returns true), the return value is undefined.
.SH "const T & TQValueList::last () const"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.SH "bool TQValueList::operator!= ( const TQValueList<T> & l ) const"
Compares both lists.
.PP
-Returns TRUE if this list and \fIl\fR are unequal; otherwise returns FALSE.
+Returns true if this list and \fIl\fR are unequal; otherwise returns false.
.SH "TQValueList<T> TQValueList::operator+ ( const TQValueList<T> & l ) const"
Creates a new list and fills it with the items of this list. Then the items of \fIl\fR are appended. Returns the new list.
.SH "TQValueList<T> & TQValueList::operator+= ( const TQValueList<T> & l )"
@@ -670,11 +670,11 @@ All iterators of the current list become invalidated by this operation.
.SH "bool TQValueList::operator== ( const TQValueList<T> & l ) const"
Compares both lists.
.PP
-Returns TRUE if this list and \fIl\fR are equal; otherwise returns FALSE.
+Returns true if this list and \fIl\fR are equal; otherwise returns false.
.SH "bool TQValueList::operator== ( const std::list<T> & l ) const"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
-Returns TRUE if this list and \fIl\fR are equal; otherwise returns FALSE.
+Returns true if this list and \fIl\fR are equal; otherwise returns false.
.PP
This operator is provided for compatibility with STL containers.
.SH "const T & TQValueList::operator[] ( size_type i ) const"