Iterator for QSList objects.
Más...
#include <qstypes.h>
Lista de todos los miembros.
Descripción detallada
Iterator for QSList objects.
Documentación del constructor y destructor
QSListIterator::QSListIterator |
( |
const QSList & |
list | ) |
|
Construct an iterator that points to the first element of the list.
- Parámetros:
-
l | The list the iterator will operate on. |
Documentación de las funciones miembro
Check for inequality with another iterator.
- Devuelve:
- True if the two iterators operate on different list elements.
QSObject QSListIterator::operator* |
( |
| ) |
const [inline] |
QSObject QSListIterator::operator++ |
( |
| ) |
[inline] |
Postfix increment operator.
- Devuelve:
- The element after the increment.
Prefix increment operator.
Prefix decrement operator.
QSObject QSListIterator::operator-- |
( |
| ) |
[inline] |
Postfix decrement operator.
QSObject* QSListIterator::operator-> |
( |
| ) |
const [inline] |
Dereference the iterator.
- Devuelve:
- A pointer to the element the iterator operates on.
Compare the iterator with another one.
- Devuelve:
- True if the two iterators operate on the same list element. False otherwise.
Documentación de las funciones relacionadas y clases amigas
La documentación para esta clase fue generada a partir de los siguientes ficheros: