Eneboo - Documentación para desarrolladores
|
#include <qasciidict.h>
Métodos públicos | |
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 |
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 |
QAsciiDict< type >::QAsciiDict | ( | int | size = 17 , |
bool | caseSensitive = TRUE , |
||
bool | copyKeys = TRUE |
||
) | [inline] |
QAsciiDict< type >::QAsciiDict | ( | const QAsciiDict< type > & | d | ) | [inline] |
QAsciiDict< type >::~QAsciiDict | ( | ) | [inline] |
QAsciiDict< type >::QAsciiDict | ( | int | size = 17 , |
bool | caseSensitive = TRUE , |
||
bool | copyKeys = TRUE |
||
) | [inline] |
QAsciiDict< type >::QAsciiDict | ( | const QAsciiDict< type > & | d | ) | [inline] |
QAsciiDict< type >::~QAsciiDict | ( | ) | [inline] |
void QAsciiDict< type >::clear | ( | void | ) | [inline, virtual] |
Removes all items from the dictionary.
Reimplementado de QGDict.
void QAsciiDict< type >::clear | ( | void | ) | [inline, virtual] |
Removes all items from the dictionary.
Reimplementado de QGDict.
uint QAsciiDict< type >::count | ( | ) | const [inline, virtual] |
Returns the number of items in the dictionary.
Reimplementado de QGDict.
uint QAsciiDict< type >::count | ( | ) | const [inline, virtual] |
Returns the number of items in the dictionary.
Reimplementado de QGDict.
type* QAsciiDict< type >::find | ( | const char * | k | ) | const [inline] |
type* QAsciiDict< type >::find | ( | const char * | k | ) | const [inline] |
void QAsciiDict< type >::insert | ( | const char * | k, |
const type * | d | ||
) | [inline] |
void QAsciiDict< type >::insert | ( | const char * | k, |
const type * | d | ||
) | [inline] |
bool QAsciiDict< type >::isEmpty | ( | void | ) | const [inline] |
bool QAsciiDict< type >::isEmpty | ( | void | ) | const [inline] |
QAsciiDict<type>& QAsciiDict< type >::operator= | ( | const QAsciiDict< type > & | d | ) | [inline] |
QAsciiDict<type>& QAsciiDict< type >::operator= | ( | const QAsciiDict< type > & | d | ) | [inline] |
type* QAsciiDict< type >::operator[] | ( | const char * | k | ) | const [inline] |
type* QAsciiDict< type >::operator[] | ( | const char * | k | ) | const [inline] |
bool QAsciiDict< type >::remove | ( | const char * | k | ) | [inline] |
bool QAsciiDict< type >::remove | ( | const char * | k | ) | [inline] |
void QAsciiDict< type >::replace | ( | const char * | k, |
const type * | d | ||
) | [inline] |
void QAsciiDict< type >::replace | ( | const char * | k, |
const type * | d | ||
) | [inline] |
void QAsciiDict< type >::resize | ( | uint | newsize | ) | [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.
void QAsciiDict< type >::resize | ( | uint | newsize | ) | [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.
uint QAsciiDict< type >::size | ( | ) | const [inline] |
Returns the size of the hash array.
Reimplementado de QGDict.
uint QAsciiDict< type >::size | ( | ) | const [inline] |
Returns the size of the hash array.
Reimplementado de QGDict.
void QAsciiDict< type >::statistics | ( | ) | const [inline] |
Outputs debug statistics.
Reimplementado de QGDict.
void QAsciiDict< type >::statistics | ( | ) | const [inline] |
Outputs debug statistics.
Reimplementado de QGDict.
type* QAsciiDict< type >::take | ( | const char * | k | ) | [inline] |
type* QAsciiDict< type >::take | ( | const char * | k | ) | [inline] |