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

#include <qcache.h>

Diagrama de herencias de QCacheIterator< type >
QGCacheIterator QGCacheIterator

Lista de todos los miembros.

Métodos públicos

 QCacheIterator (const QCache< type > &c)
 QCacheIterator (const QCacheIterator< type > &ci)
QCacheIterator< type > & operator= (const QCacheIterator< type > &ci)
uint count () const
bool isEmpty () const
bool atFirst () const
bool atLast () const
typetoFirst ()
typetoLast ()
 operator type * () const
typecurrent () const
QString currentKey () const
typeoperator() ()
typeoperator++ ()
typeoperator+= (uint j)
typeoperator-- ()
typeoperator-= (uint j)
 QCacheIterator (const QCache< type > &c)
 QCacheIterator (const QCacheIterator< type > &ci)
QCacheIterator< type > & operator= (const QCacheIterator< type > &ci)
uint count () const
bool isEmpty () const
bool atFirst () const
bool atLast () const
typetoFirst ()
typetoLast ()
 operator type * () const
typecurrent () const
QString currentKey () const
typeoperator() ()
typeoperator++ ()
typeoperator+= (uint j)
typeoperator-- ()
typeoperator-= (uint j)

template<class type>
class QCacheIterator< type >


Documentación del constructor y destructor

template<class type>
QCacheIterator< type >::QCacheIterator ( const QCache< type > &  c) [inline]
template<class type>
QCacheIterator< type >::QCacheIterator ( const QCacheIterator< type > &  ci) [inline]
template<class type>
QCacheIterator< type >::QCacheIterator ( const QCache< type > &  c) [inline]
template<class type>
QCacheIterator< type >::QCacheIterator ( const QCacheIterator< type > &  ci) [inline]

Documentación de las funciones miembro

template<class type>
bool QCacheIterator< type >::atFirst ( ) const [inline]

Returns TRUE if the iterator points to the first item.

Reimplementado de QGCacheIterator.

template<class type>
bool QCacheIterator< type >::atFirst ( ) const [inline]

Returns TRUE if the iterator points to the first item.

Reimplementado de QGCacheIterator.

template<class type>
bool QCacheIterator< type >::atLast ( ) const [inline]

Returns TRUE if the iterator points to the last item.

Reimplementado de QGCacheIterator.

template<class type>
bool QCacheIterator< type >::atLast ( ) const [inline]

Returns TRUE if the iterator points to the last item.

Reimplementado de QGCacheIterator.

template<class type>
uint QCacheIterator< type >::count ( ) const [inline]

Returns the number of items in the cache.

Reimplementado de QGCacheIterator.

template<class type>
uint QCacheIterator< type >::count ( ) const [inline]

Returns the number of items in the cache.

Reimplementado de QGCacheIterator.

template<class type>
type* QCacheIterator< type >::current ( ) const [inline]
template<class type>
type* QCacheIterator< type >::current ( ) const [inline]
template<class type>
QString QCacheIterator< type >::currentKey ( ) const [inline]
template<class type>
QString QCacheIterator< type >::currentKey ( ) const [inline]
template<class type>
bool QCacheIterator< type >::isEmpty ( void  ) const [inline]
template<class type>
bool QCacheIterator< type >::isEmpty ( void  ) const [inline]
template<class type>
QCacheIterator< type >::operator type * ( ) const [inline]
template<class type>
QCacheIterator< type >::operator type * ( ) const [inline]
template<class type>
type* QCacheIterator< type >::operator() ( void  ) [inline]

Moves to the next item (postfix).

Reimplementado de QGCacheIterator.

template<class type>
type* QCacheIterator< type >::operator() ( void  ) [inline]

Moves to the next item (postfix).

Reimplementado de QGCacheIterator.

template<class type>
type* QCacheIterator< type >::operator++ ( ) [inline]

Moves to the next item (prefix).

Reimplementado de QGCacheIterator.

template<class type>
type* QCacheIterator< type >::operator++ ( ) [inline]

Moves to the next item (prefix).

Reimplementado de QGCacheIterator.

template<class type>
type* QCacheIterator< type >::operator+= ( uint  jump) [inline]

Moves jump positions forward.

Reimplementado de QGCacheIterator.

template<class type>
type* QCacheIterator< type >::operator+= ( uint  jump) [inline]

Moves jump positions forward.

Reimplementado de QGCacheIterator.

template<class type>
type* QCacheIterator< type >::operator-- ( ) [inline]

Moves to the previous item (prefix).

Reimplementado de QGCacheIterator.

template<class type>
type* QCacheIterator< type >::operator-- ( ) [inline]

Moves to the previous item (prefix).

Reimplementado de QGCacheIterator.

template<class type>
type* QCacheIterator< type >::operator-= ( uint  jump) [inline]

Moves jump positions backward.

Reimplementado de QGCacheIterator.

template<class type>
type* QCacheIterator< type >::operator-= ( uint  jump) [inline]

Moves jump positions backward.

Reimplementado de QGCacheIterator.

template<class type>
QCacheIterator<type>& QCacheIterator< type >::operator= ( const QCacheIterator< type > &  ci) [inline]
template<class type>
QCacheIterator<type>& QCacheIterator< type >::operator= ( const QCacheIterator< type > &  ci) [inline]
template<class type>
type* QCacheIterator< type >::toFirst ( ) [inline]

Sets the list iterator to point to the first item in the cache.

Reimplementado de QGCacheIterator.

template<class type>
type* QCacheIterator< type >::toFirst ( ) [inline]

Sets the list iterator to point to the first item in the cache.

Reimplementado de QGCacheIterator.

template<class type>
type* QCacheIterator< type >::toLast ( ) [inline]

Sets the list iterator to point to the last item in the cache.

Reimplementado de QGCacheIterator.

template<class type>
type* QCacheIterator< type >::toLast ( ) [inline]

Sets the list iterator to point to the last item in the cache.

Reimplementado de QGCacheIterator.


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'