Qt 4.8
|
#include <QtCore/qglobal.h>
Go to the source code of this file.
Macros | |
#define | Q_DECLARE_ASSOCIATIVE_ITERATOR(C) |
#define | Q_DECLARE_MUTABLE_ASSOCIATIVE_ITERATOR(C) |
#define | Q_DECLARE_MUTABLE_SEQUENTIAL_ITERATOR(C) |
#define | Q_DECLARE_SEQUENTIAL_ITERATOR(C) |
#define Q_DECLARE_ASSOCIATIVE_ITERATOR | ( | C | ) |
Definition at line 151 of file qiterator.h.
Referenced by QMultiHash< const QGLContext *, GLProgram >::count(), and QMultiMap< QString, Method >::count().
#define Q_DECLARE_MUTABLE_ASSOCIATIVE_ITERATOR | ( | C | ) |
Definition at line 183 of file qiterator.h.
Referenced by QMultiHash< const QGLContext *, GLProgram >::count(), and QMultiMap< QString, Method >::count().
#define Q_DECLARE_MUTABLE_SEQUENTIAL_ITERATOR | ( | C | ) |
Definition at line 111 of file qiterator.h.
Referenced by QList< QPostEvent >::count(), QList< QPostEvent >::fromVector(), and QLinkedList< JSC::Identifier >::operator+().
#define Q_DECLARE_SEQUENTIAL_ITERATOR | ( | C | ) |
Definition at line 83 of file qiterator.h.
Referenced by QList< QPostEvent >::count(), QList< QPostEvent >::fromSet(), QList< QPostEvent >::fromVector(), QFutureInterface< T >::future(), and QLinkedList< JSC::Identifier >::operator+().