![]() |
Qt 6.x
The Qt SDK
|
#include <QtCore/qcborvalue.h>
#include <QtCore/qpair.h>
#include <initializer_list>
Go to the source code of this file.
Classes | |
class | QCborMap |
\inmodule QtCore\reentrant More... | |
class | QCborMap::Iterator |
\inmodule QtCore\reentrant More... | |
class | QCborMap::ConstIterator |
\inmodule QtCore More... | |
Namespaces | |
namespace | QJsonPrivate |
Functions | |
Q_CORE_EXPORT size_t | qHash (const QCborMap &map, size_t seed=0) |
Q_CORE_EXPORT QDebug | operator<< (QDebug, const QCborMap &m) |
Q_CORE_EXPORT QDataStream & | operator>> (QDataStream &, QCborMap &) |
Definition at line 1687 of file qcbormap.cpp.
References open().
Q_CORE_EXPORT QDataStream & operator>> | ( | QDataStream & | stream, |
QCborMap & | value | ||
) |
Definition at line 1709 of file qcbormap.cpp.
References QDataStream::ReadCorruptData.
Q_CORE_EXPORT size_t qHash | ( | const QCborMap & | map, |
size_t | seed = 0 |
||
) |
Definition at line 1681 of file qcbormap.cpp.
References QMap< Key, T >::begin(), QMap< Key, T >::end(), map, qHashRange(), and seed.