![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qjsonobject.h>#include <qjsonvalue.h>#include <qjsonarray.h>#include <qjsondocument.h>#include <qstringlist.h>#include <qdebug.h>#include <qvariant.h>#include <qcbormap.h>#include <qmap.h>#include <qhash.h>#include <private/qcborvalue_p.h>#include "qjsonwriter_p.h"#include "qjson_p.h"#include <algorithm>Go to the source code of this file.
Functions | |
| template<typename String> | |
| static qsizetype | indexOf (const QExplicitlySharedDataPointer< QCborContainerPrivate > &o, String key, bool *keyExists) |
| bool | comparesEqual (const QJsonObject &lhs, const QJsonObject &rhs) |
| size_t | qHash (const QJsonObject &object, size_t seed) |
| QDebug | operator<< (QDebug dbg, const QJsonObject &o) |
| QDataStream & | operator<< (QDataStream &stream, const QJsonObject &object) |
| QDataStream & | operator>> (QDataStream &stream, QJsonObject &object) |
| bool comparesEqual | ( | const QJsonObject & | lhs, |
| const QJsonObject & | rhs ) |
Definition at line 624 of file qjsonobject.cpp.
|
static |
Definition at line 263 of file qjsonobject.cpp.
| 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 ) |
Definition at line 1548 of file qjsonobject.cpp.