![]() |
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/qjsonvalue.h>#include <QtCore/qiterator.h>#include <QtCore/qpair.h>#include <QtCore/qshareddata.h>#include <initializer_list>Go to the source code of this file.
Classes | |
| struct | QtPrivate::QJsonObjectKeyValues< T, Iterator > |
| class | QJsonObject |
| \inmodule QtCore\reentrant More... | |
| class | QJsonObject::iterator |
| \inmodule QtCore\reentrant More... | |
| class | QJsonObject::const_iterator |
| \inmodule QtCore More... | |
Namespaces | |
| namespace | QtPrivate |
Functions | |
| Q_CORE_EXPORT size_t | qHash (const QJsonObject &object, size_t seed=0) |
| Q_CORE_EXPORT QDebug | operator<< (QDebug, const QJsonObject &) |
| Q_CORE_EXPORT QDataStream & | operator<< (QDataStream &, const QJsonObject &) |
| Q_CORE_EXPORT QDataStream & | operator>> (QDataStream &, QJsonObject &) |
| QDataStream & operator<< | ( | QDataStream & | stream, |
| const QJsonObject & | object ) |
Definition at line 1577 of file qjsonobject.cpp.
| QDebug operator<< | ( | QDebug | dbg, |
| const QJsonObject & | o ) |
Definition at line 1560 of file qjsonobject.cpp.
| QDataStream & operator>> | ( | QDataStream & | stream, |
| QJsonObject & | object ) |
Definition at line 1584 of file qjsonobject.cpp.
| size_t qHash | ( | const QJsonObject & | object, |
| size_t | seed = 0 ) |
Definition at line 1548 of file qjsonobject.cpp.