Eneboo - Documentación para desarrolladores
|
#include <qintcache.h>
Métodos públicos | |
QIntCacheIterator (const QIntCache< type > &c) | |
QIntCacheIterator (const QIntCacheIterator< type > &ci) | |
QIntCacheIterator< type > & | operator= (const QIntCacheIterator< type > &ci) |
uint | count () const |
bool | isEmpty () const |
bool | atFirst () const |
bool | atLast () const |
type * | toFirst () |
type * | toLast () |
operator type * () const | |
type * | current () const |
long | currentKey () const |
type * | operator() () |
type * | operator++ () |
type * | operator+= (uint j) |
type * | operator-- () |
type * | operator-= (uint j) |
QIntCacheIterator (const QIntCache< type > &c) | |
QIntCacheIterator (const QIntCacheIterator< type > &ci) | |
QIntCacheIterator< type > & | operator= (const QIntCacheIterator< type > &ci) |
uint | count () const |
bool | isEmpty () const |
bool | atFirst () const |
bool | atLast () const |
type * | toFirst () |
type * | toLast () |
operator type * () const | |
type * | current () const |
long | currentKey () const |
type * | operator() () |
type * | operator++ () |
type * | operator+= (uint j) |
type * | operator-- () |
type * | operator-= (uint j) |
QIntCacheIterator< type >::QIntCacheIterator | ( | const QIntCache< type > & | c | ) | [inline] |
QIntCacheIterator< type >::QIntCacheIterator | ( | const QIntCacheIterator< type > & | ci | ) | [inline] |
QIntCacheIterator< type >::QIntCacheIterator | ( | const QIntCache< type > & | c | ) | [inline] |
QIntCacheIterator< type >::QIntCacheIterator | ( | const QIntCacheIterator< type > & | ci | ) | [inline] |
bool QIntCacheIterator< type >::atFirst | ( | ) | const [inline] |
Returns TRUE if the iterator points to the first item.
Reimplementado de QGCacheIterator.
bool QIntCacheIterator< type >::atFirst | ( | ) | const [inline] |
Returns TRUE if the iterator points to the first item.
Reimplementado de QGCacheIterator.
bool QIntCacheIterator< type >::atLast | ( | ) | const [inline] |
Returns TRUE if the iterator points to the last item.
Reimplementado de QGCacheIterator.
bool QIntCacheIterator< type >::atLast | ( | ) | const [inline] |
Returns TRUE if the iterator points to the last item.
Reimplementado de QGCacheIterator.
uint QIntCacheIterator< type >::count | ( | ) | const [inline] |
Returns the number of items in the cache.
Reimplementado de QGCacheIterator.
uint QIntCacheIterator< type >::count | ( | ) | const [inline] |
Returns the number of items in the cache.
Reimplementado de QGCacheIterator.
type* QIntCacheIterator< type >::current | ( | ) | const [inline] |
type* QIntCacheIterator< type >::current | ( | ) | const [inline] |
long QIntCacheIterator< type >::currentKey | ( | ) | const [inline] |
long QIntCacheIterator< type >::currentKey | ( | ) | const [inline] |
bool QIntCacheIterator< type >::isEmpty | ( | void | ) | const [inline] |
bool QIntCacheIterator< type >::isEmpty | ( | void | ) | const [inline] |
QIntCacheIterator< type >::operator type * | ( | ) | const [inline] |
QIntCacheIterator< type >::operator type * | ( | ) | const [inline] |
type* QIntCacheIterator< type >::operator() | ( | void | ) | [inline] |
Moves to the next item (postfix).
Reimplementado de QGCacheIterator.
type* QIntCacheIterator< type >::operator() | ( | void | ) | [inline] |
Moves to the next item (postfix).
Reimplementado de QGCacheIterator.
type* QIntCacheIterator< type >::operator++ | ( | ) | [inline] |
Moves to the next item (prefix).
Reimplementado de QGCacheIterator.
type* QIntCacheIterator< type >::operator++ | ( | ) | [inline] |
Moves to the next item (prefix).
Reimplementado de QGCacheIterator.
type* QIntCacheIterator< type >::operator+= | ( | uint | jump | ) | [inline] |
Moves jump positions forward.
Reimplementado de QGCacheIterator.
type* QIntCacheIterator< type >::operator+= | ( | uint | jump | ) | [inline] |
Moves jump positions forward.
Reimplementado de QGCacheIterator.
type* QIntCacheIterator< type >::operator-- | ( | ) | [inline] |
Moves to the previous item (prefix).
Reimplementado de QGCacheIterator.
type* QIntCacheIterator< type >::operator-- | ( | ) | [inline] |
Moves to the previous item (prefix).
Reimplementado de QGCacheIterator.
type* QIntCacheIterator< type >::operator-= | ( | uint | jump | ) | [inline] |
Moves jump positions backward.
Reimplementado de QGCacheIterator.
type* QIntCacheIterator< type >::operator-= | ( | uint | jump | ) | [inline] |
Moves jump positions backward.
Reimplementado de QGCacheIterator.
QIntCacheIterator<type>& QIntCacheIterator< type >::operator= | ( | const QIntCacheIterator< type > & | ci | ) | [inline] |
QIntCacheIterator<type>& QIntCacheIterator< type >::operator= | ( | const QIntCacheIterator< type > & | ci | ) | [inline] |
type* QIntCacheIterator< type >::toFirst | ( | ) | [inline] |
Sets the list iterator to point to the first item in the cache.
Reimplementado de QGCacheIterator.
type* QIntCacheIterator< type >::toFirst | ( | ) | [inline] |
Sets the list iterator to point to the first item in the cache.
Reimplementado de QGCacheIterator.
type* QIntCacheIterator< type >::toLast | ( | ) | [inline] |
Sets the list iterator to point to the last item in the cache.
Reimplementado de QGCacheIterator.
type* QIntCacheIterator< type >::toLast | ( | ) | [inline] |
Sets the list iterator to point to the last item in the cache.
Reimplementado de QGCacheIterator.