#include </home/clem/local/src/opie/qmake/include/qasciidict.h>
Inheritance diagram for QAsciiDict< type >:


Public Member Functions | |
| QAsciiDict (int size=17, bool caseSensitive=TRUE, bool copyKeys=TRUE) | |
| QAsciiDict (const QAsciiDict< type > &d) | |
| ~QAsciiDict () | |
| QAsciiDict< type > & | operator= (const QAsciiDict< type > &d) |
| uint | count () const |
| uint | size () const |
| bool | isEmpty () const |
| void | insert (const char *k, const type *d) |
| void | replace (const char *k, const type *d) |
| bool | remove (const char *k) |
| type * | take (const char *k) |
| type * | find (const char *k) const |
| type * | operator[] (const char *k) const |
| void | clear () |
| void | resize (uint n) |
| void | statistics () const |
| template<> | |
| void | deleteItem (QPtrCollection::Item) |
Private Member Functions | |
| void | deleteItem (Item d) |
|
||||||||||||||||||||
|
Definition at line 54 of file qasciidict.h. |
|
||||||||||
|
Definition at line 56 of file qasciidict.h. |
|
|||||||||
|
Definition at line 57 of file qasciidict.h. |
|
|||||||||
|
Removes all items from the dictionary. Reimplemented from QGDict. Definition at line 75 of file qasciidict.h. Referenced by QAsciiDict< int >::~QAsciiDict(), and QSettings::~QSettings(). |
|
|||||||||
|
Returns the number of items in the dictionary. Reimplemented from QGDict. Definition at line 60 of file qasciidict.h. |
|
||||||||||
|
Definition at line 90 of file qasciidict.h. |
|
||||||||||
|
Definition at line 95 of file qasciidict.h. References QPtrCollection::del_item, and type. |
|
||||||||||
|
Definition at line 70 of file qasciidict.h. Referenced by firstObsoleteWarning(), and QSettings::readEntry(). |
|
||||||||||||||||
|
|||||||||
|
Definition at line 62 of file qasciidict.h. Referenced by QSettings::entryList(). |
|
||||||||||
|
Definition at line 58 of file qasciidict.h. |
|
||||||||||
|
Definition at line 72 of file qasciidict.h. |
|
||||||||||
|
Definition at line 68 of file qasciidict.h. Referenced by QSettings::removeEntry(). |
|
||||||||||||||||
|
Definition at line 66 of file qasciidict.h. Referenced by QSettings::writeEntry(). |
|
||||||||||
|
Changes the size of the hashtable to newsize. The contents of the dictionary are preserved, but all iterators on the dictionary become invalid. Reimplemented from QGDict. Definition at line 76 of file qasciidict.h. |
|
|||||||||
|
Returns the size of the hash array. Reimplemented from QGDict. Definition at line 61 of file qasciidict.h. |
|
|||||||||
|
Outputs debug statistics. Reimplemented from QGDict. Definition at line 77 of file qasciidict.h. |
|
||||||||||
|
Definition at line 69 of file qasciidict.h. |
1.4.2