The QStrIList class provides a doubly linked list of char*
with case insensitive compare.
More...
#include <qstrlist.h>
Inherits QStrList.
char*
with case insensitive compare.
This class is a QList<char> instance (a list of char*).
QStrIList is similar to QStrList except that it is case insensitive. The virtual compareItems() function is reimplemented and does a case insensitive string comparision. The inSort() function will insert strings in a sorted order.
The QStrListIterator class is an iterator for QStrList.
Constructs a list of strings. Will make deep copies of all inserted strings if deepCopies is TRUE, or uses shallow copies if deepCopies is FALSE.
Destroys the list. All strings are removed.
Search the documentation, FAQ, qt-interest archive and more (uses
www.troll.no):
This file is part of the Qt toolkit, copyright © 1995-98 Troll Tech, all rights reserved.
It was generated from the following files:
Copyright © 1998 Troll Tech | Trademarks | Qt version 1.42
|