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 623 of file qjsonobject.cpp.
|
static |
Definition at line 262 of file qjsonobject.cpp.
QDataStream & operator<< | ( | QDataStream & | stream, |
const QJsonObject & | object ) |
Definition at line 1445 of file qjsonobject.cpp.
QDebug operator<< | ( | QDebug | dbg, |
const QJsonObject & | o ) |
Definition at line 1428 of file qjsonobject.cpp.
QDataStream & operator>> | ( | QDataStream & | stream, |
QJsonObject & | object ) |
Definition at line 1452 of file qjsonobject.cpp.
size_t qHash | ( | const QJsonObject & | object, |
size_t | seed ) |
Definition at line 1416 of file qjsonobject.cpp.