The QMapConstIterator class provides an iterator for QMap. More...
#include <qmap.h>
In contrast to QMapIterator this class is used to iterate over a const map. It does not allow to modify the values of the map since this would break the const semantics.
For more informations on QMap iterators see QMapIterator.
See also QMap and QMapIterator.
Constructs an uninitialized iterator.
Constructs an iterator starting at node p.
Constructs a copy of the iterator.
Constructs a copy of the iterator.
Returns a const reference to the data of the current item.
Returns a const reference to the current key.
Compares both iterators and returns TRUE if they point to different items.
Asterix operator. Returns a const reference to the current item. The same as data().
Compares both iterators and returns TRUE if they point to the same item.
Search the documentation, FAQ, qt-interest archive and more (uses
www.trolltech.com):
This file is part of the Qt toolkit, copyright © 1995-2000 Trolltech, all rights reserved.
Copyright © 2000 Trolltech | Trademarks | Qt version 2.2.1
|