En esta página

QList::iterator Class

class QList::iterator

Proporciona un iterador no-const de estilo STL para QList y QStack. Más...

Descripción detallada

QList proporciona tanto iteradores estilo STL como iteradores estilo Java.

Advertencia: Los iteradores en contenedores implícitamente compartidos no funcionan exactamente como los iteradores STL. Deberías evitar copiar un contenedor mientras los iteradores están activos en ese contenedor. Para más información, lea Problema de los iteradores compartidos implícitamente.

Advertencia: Los iteradores se invalidan cuando se modifica QList. Ten en cuenta que todos los iteradores se invalidan por defecto. Las excepciones a esta regla están explícitamente documentadas.

Véase también QList::begin(), QList::end(), QList::const_iterator, y QMutableListIterator.

© 2026 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.