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