#include "qglobal.h"#include "qshared.h"#include "qdatastream.h"#include "qpair.h"#include "qvaluelist.h"#include <iterator>#include <map>Include dependency graph for qmap.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | QT_CHECK_INVALID_MAP_ELEMENT |
| #define | QT_CHECK_INVALID_MAP_ELEMENT_FATAL |
Functions | |
| template<class Key, class T> | |
| Q_INLINE_TEMPLATES QDataStream & | operator>> (QDataStream &s, QMap< Key, T > &m) |
| template<class Key, class T> | |
| Q_INLINE_TEMPLATES QDataStream & | operator<< (QDataStream &s, const QMap< Key, T > &m) |
|
|
Definition at line 582 of file qmap.h. Referenced by QMap< int, QTextLineStart * >::operator[](). |
|
|
|
|
||||||||||||||||
|
Definition at line 874 of file qmap.h. References QMapConstIterator< K, T >::data(), QMapConstIterator< K, T >::key(), and s. |
|
||||||||||||||||
|
Definition at line 858 of file qmap.h. References QDataStream::atEnd(), QMap< Key, T >::clear(), i, QMap< Key, T >::insert(), and t. |
1.4.2