Eneboo - Documentación para desarrolladores
|
#include <qintdict.h>
Métodos públicos | |
QIntDict (int size=17) | |
QIntDict (const QIntDict< type > &d) | |
~QIntDict () | |
QIntDict< type > & | operator= (const QIntDict< type > &d) |
uint | count () const |
uint | size () const |
bool | isEmpty () const |
void | insert (long k, const type *d) |
void | replace (long k, const type *d) |
bool | remove (long k) |
type * | take (long k) |
type * | find (long k) const |
type * | operator[] (long k) const |
void | clear () |
void | resize (uint n) |
void | statistics () const |
QIntDict (int size=17) | |
QIntDict (const QIntDict< type > &d) | |
~QIntDict () | |
QIntDict< type > & | operator= (const QIntDict< type > &d) |
uint | count () const |
uint | size () const |
bool | isEmpty () const |
void | insert (long k, const type *d) |
void | replace (long k, const type *d) |
bool | remove (long k) |
type * | take (long k) |
type * | find (long k) const |
type * | operator[] (long 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.
QIntDict<type>& QIntDict< type >::operator= | ( | const QIntDict< type > & | d | ) | [inline] |
QIntDict<type>& QIntDict< type >::operator= | ( | const QIntDict< type > & | d | ) | [inline] |
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.