Eneboo - Documentación para desarrolladores
Métodos públicos
Referencia de la plantilla de la Clase QIntDict< type >

#include <qintdict.h>

Diagrama de herencias de QIntDict< type >
QGDict QGDict QPtrCollection QPtrCollection QPtrCollection QPtrCollection

Lista de todos los miembros.

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)
typetake (long k)
typefind (long k) const
typeoperator[] (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)
typetake (long k)
typefind (long k) const
typeoperator[] (long k) const
void clear ()
void resize (uint n)
void statistics () const

template<class type>
class QIntDict< type >


Documentación del constructor y destructor

template<class type>
QIntDict< type >::QIntDict ( int  size = 17) [inline]
template<class type>
QIntDict< type >::QIntDict ( const QIntDict< type > &  d) [inline]
template<class type>
QIntDict< type >::~QIntDict ( ) [inline]
template<class type>
QIntDict< type >::QIntDict ( int  size = 17) [inline]
template<class type>
QIntDict< type >::QIntDict ( const QIntDict< type > &  d) [inline]
template<class type>
QIntDict< type >::~QIntDict ( ) [inline]

Documentación de las funciones miembro

template<class type>
void QIntDict< type >::clear ( void  ) [inline, virtual]

Removes all items from the dictionary.

Reimplementado de QGDict.

template<class type>
void QIntDict< type >::clear ( void  ) [inline, virtual]

Removes all items from the dictionary.

Reimplementado de QGDict.

template<class type>
uint QIntDict< type >::count ( ) const [inline, virtual]

Returns the number of items in the dictionary.

Reimplementado de QGDict.

template<class type>
uint QIntDict< type >::count ( ) const [inline, virtual]

Returns the number of items in the dictionary.

Reimplementado de QGDict.

template<class type>
type* QIntDict< type >::find ( long  k) const [inline]
template<class type>
type* QIntDict< type >::find ( long  k) const [inline]
template<class type>
void QIntDict< type >::insert ( long  k,
const type d 
) [inline]
template<class type>
void QIntDict< type >::insert ( long  k,
const type d 
) [inline]
template<class type>
bool QIntDict< type >::isEmpty ( void  ) const [inline]
template<class type>
bool QIntDict< type >::isEmpty ( void  ) const [inline]
template<class type>
QIntDict<type>& QIntDict< type >::operator= ( const QIntDict< type > &  d) [inline]
template<class type>
QIntDict<type>& QIntDict< type >::operator= ( const QIntDict< type > &  d) [inline]
template<class type>
type* QIntDict< type >::operator[] ( long  k) const [inline]
template<class type>
type* QIntDict< type >::operator[] ( long  k) const [inline]
template<class type>
bool QIntDict< type >::remove ( long  k) [inline]
template<class type>
bool QIntDict< type >::remove ( long  k) [inline]
template<class type>
void QIntDict< type >::replace ( long  k,
const type d 
) [inline]
template<class type>
void QIntDict< type >::replace ( long  k,
const type d 
) [inline]
template<class type>
void QIntDict< 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.

template<class type>
void QIntDict< 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.

template<class type>
uint QIntDict< type >::size ( ) const [inline]

Returns the size of the hash array.

Reimplementado de QGDict.

template<class type>
uint QIntDict< type >::size ( ) const [inline]

Returns the size of the hash array.

Reimplementado de QGDict.

template<class type>
void QIntDict< type >::statistics ( ) const [inline]

Outputs debug statistics.

Reimplementado de QGDict.

template<class type>
void QIntDict< type >::statistics ( ) const [inline]

Outputs debug statistics.

Reimplementado de QGDict.

template<class type>
type* QIntDict< type >::take ( long  k) [inline]
template<class type>
type* QIntDict< type >::take ( long  k) [inline]

La documentación para esta clase fue generada a partir de los siguientes ficheros:
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'