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