Eneboo - Documentación para desarrolladores
|
#include <qdict.h>
Métodos públicos | |
QDict (int size=17, bool caseSensitive=TRUE) | |
QDict (const QDict< type > &d) | |
~QDict () | |
QDict< type > & | operator= (const QDict< type > &d) |
uint | count () const |
uint | size () const |
bool | isEmpty () const |
void | insert (const QString &k, const type *d) |
void | replace (const QString &k, const type *d) |
bool | remove (const QString &k) |
type * | take (const QString &k) |
type * | find (const QString &k) const |
type * | operator[] (const QString &k) const |
void | clear () |
void | resize (uint n) |
void | statistics () const |
QDict (int size=17, bool caseSensitive=TRUE) | |
QDict (const QDict< type > &d) | |
~QDict () | |
QDict< type > & | operator= (const QDict< type > &d) |
uint | count () const |
uint | size () const |
bool | isEmpty () const |
void | insert (const QString &k, const type *d) |
void | replace (const QString &k, const type *d) |
bool | remove (const QString &k) |
type * | take (const QString &k) |
type * | find (const QString &k) const |
type * | operator[] (const QString &k) const |
void | clear () |
void | resize (uint n) |
void | statistics () const |
Removes all items from the dictionary.
Reimplementado de QGDict.
Removes all items from the dictionary.
Reimplementado de QGDict.
Returns the number of items in the dictionary.
Reimplementado de QGDict.
Returns the number of items in the dictionary.
Reimplementado de QGDict.
Changes the size of the hashtable to newsize. The contents of the dictionary are preserved, but all iterators on the dictionary become invalid.
Reimplementado de QGDict.
Changes the size of the hashtable to newsize. The contents of the dictionary are preserved, but all iterators on the dictionary become invalid.
Reimplementado de QGDict.
Returns the size of the hash array.
Reimplementado de QGDict.
Returns the size of the hash array.
Reimplementado de QGDict.
Outputs debug statistics.
Reimplementado de QGDict.
Outputs debug statistics.
Reimplementado de QGDict.