|
|
typedef void * | Item |
| |
|
| QIntDict (int size=17) |
| |
|
| QIntDict (const QIntDict< ClassDef > &d) |
| |
|
QIntDict< ClassDef > & | operator= (const QIntDict< ClassDef > &d) |
| |
| uint | count () const |
| |
|
uint | size () const |
| |
|
bool | isEmpty () const |
| |
|
void | insert (long k, const ClassDef *d) |
| |
|
void | replace (long k, const ClassDef *d) |
| |
|
bool | remove (long k) |
| |
|
ClassDef * | take (long k) |
| |
|
ClassDef * | find (long k) const |
| |
|
ClassDef * | operator[] (long k) const |
| |
| void | clear () |
| |
|
void | resize (uint n) |
| |
|
void | statistics () const |
| |
|
uint | size () const |
| |
|
QCollection::Item | look_string (const QString &key, QCollection::Item, int) |
| |
|
QCollection::Item | look_ascii (const char *key, QCollection::Item, int) |
| |
|
QCollection::Item | look_int (long key, QCollection::Item, int) |
| |
|
QCollection::Item | look_ptr (void *key, QCollection::Item, int) |
| |
|
QDataStream & | read (QDataStream &) |
| |
|
QDataStream & | write (QDataStream &) const |
| |
| bool | autoDelete () const |
| |
| void | setAutoDelete (bool enable) |
| |
| enum | KeyType { StringKey,
AsciiKey,
IntKey,
PtrKey
} |
| |
|
| QGDict (uint len, KeyType kt, bool cs, bool ck) |
| |
|
| QGDict (const QGDict &) |
| |
|
QGDict & | operator= (const QGDict &) |
| |
|
bool | remove_string (const QString &key, QCollection::Item item=0) |
| |
|
bool | remove_ascii (const char *key, QCollection::Item item=0) |
| |
|
bool | remove_int (long key, QCollection::Item item=0) |
| |
|
bool | remove_ptr (void *key, QCollection::Item item=0) |
| |
|
QCollection::Item | take_string (const QString &key) |
| |
|
QCollection::Item | take_ascii (const char *key) |
| |
|
QCollection::Item | take_int (long key) |
| |
|
QCollection::Item | take_ptr (void *key) |
| |
|
void | resize (uint) |
| |
|
int | hashKeyString (const QString &) |
| |
|
int | hashKeyAscii (const char *) |
| |
|
void | statistics () const |
| |
| virtual QDataStream & | read (QDataStream &, QCollection::Item &) |
| |
| virtual QDataStream & | write (QDataStream &, QCollection::Item) const |
| |
| | QCollection () |
| |
| | QCollection (const QCollection &) |
| |
| virtual | ~QCollection () |
| |
| virtual Item | newItem (Item) |
| |
|
bool | del_item |
| |