iterator
#include <QtCore/QMap/iterator>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QMap::iterator
Overview
Public Types Index
qptrdiff | difference_type |
std::bidirectional_iterator_tag | iterator_category |
T * | pointer |
T & | reference |
T | value_type |
Public Functions Index
iterator () | |
iterator (QMapData::Node *node) | |
const Key & | key () const |
Node * () const | |
bool | operator!= (const iterator &o) const |
bool | operator!= (const const_iterator &o) const |
T & | operator* () const |
iterator | operator+ (int j) const |
iterator & | operator++ () |
iterator | operator++ (int) |
iterator & | operator+= (int j) |
iterator | operator- (int j) const |
iterator & | operator-- () |
iterator | operator-- (int) |
iterator & | operator-= (int j) |
T * | operator-> () const |
bool | operator== (const iterator &o) const |
bool | operator== (const const_iterator &o) const |
T & | value () const |
Public Types
typedef qptrdiff
typedef std::bidirectional_iterator_tag
typedef T *
typedef T &
typedef T
Public Functions
© 2013 Digia Plc and/or its subsidiaries. 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.
Documentation sources may be obtained from www.qt-project.org.
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy