![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/qcborvalue.h>
#include <QtCore/qpair.h>
#include <initializer_list>
Go to the source code of this file.
Classes | |
struct | QtPrivate::QCborMapKeyValues< T, Iterator > |
class | QCborMap |
\inmodule QtCore\reentrant More... | |
class | QCborMap::Iterator |
\inmodule QtCore\reentrant More... | |
class | QCborMap::ConstIterator |
\inmodule QtCore More... |
Namespaces | |
namespace | QJsonPrivate |
namespace | QtPrivate |
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 1861 of file qcbormap.cpp.
QDataStream & operator>> | ( | QDataStream & | stream, |
QCborMap & | value ) |
Definition at line 1883 of file qcbormap.cpp.
size_t qHash | ( | const QCborMap & | map, |
size_t | seed = 0 ) |
Definition at line 1855 of file qcbormap.cpp.