![]() |
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 <qurl.h>
#include <quuid.h>
#include <qvariant.h>
#include <qstringlist.h>
#include <qmap.h>
#include <qhash.h>
#include <qdebug.h>
#include "qdatastream.h"
#include "qjsonparser_p.h"
#include "qjsonwriter_p.h"
#include <private/qnumeric_p.h>
#include <private/qcborvalue_p.h>
#include <qcborarray.h>
#include <qcbormap.h>
#include "qjson_p.h"
Go to the source code of this file.
Functions | |
static QT_BEGIN_NAMESPACE QJsonValue::Type | convertFromCborType (QCborValue::Type type) noexcept |
static QCborValue | doubleValueHelper (double v) |
bool | comparesEqual (const QJsonValue &lhs, const QJsonValue &rhs) |
static QJsonValueRef & | assignToRef (QJsonValueRef &ref, const QCborValue &value, bool is_object) |
size_t | qHash (const QJsonValue &value, size_t seed) |
QDebug | operator<< (QDebug dbg, const QJsonValue &o) |
QDataStream & | operator<< (QDataStream &stream, const QJsonValue &v) |
QDataStream & | operator>> (QDataStream &stream, QJsonValue &v) |
|
static |
Definition at line 999 of file qjsonvalue.cpp.
bool comparesEqual | ( | const QJsonValue & | lhs, |
const QJsonValue & | rhs ) |
Definition at line 922 of file qjsonvalue.cpp.
|
staticnoexcept |
Definition at line 31 of file qjsonvalue.cpp.
|
inlinestatic |
Definition at line 148 of file qjsonvalue.cpp.
QDataStream & operator<< | ( | QDataStream & | stream, |
const QJsonValue & | v ) |
Definition at line 1261 of file qjsonvalue.cpp.
QDebug operator<< | ( | QDebug | dbg, |
const QJsonValue & | o ) |
Definition at line 1220 of file qjsonvalue.cpp.
QDataStream & operator>> | ( | QDataStream & | stream, |
QJsonValue & | v ) |
Definition at line 1288 of file qjsonvalue.cpp.
size_t qHash | ( | const QJsonValue & | value, |
size_t | seed ) |
Definition at line 1198 of file qjsonvalue.cpp.