Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qjsonvalue.cpp File Reference

(cfb1596ef9e97517f3cf54e2682698d181c5b3e6)

#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"
Include dependency graph for qjsonvalue.cpp:

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 QJsonValueRefassignToRef (QJsonValueRef &ref, const QCborValue &value, bool is_object)
size_t qHash (const QJsonValue &value, size_t seed)
QDebug operator<< (QDebug dbg, const QJsonValue &o)
QDataStreamoperator<< (QDataStream &stream, const QJsonValue &v)
QDataStreamoperator>> (QDataStream &stream, QJsonValue &v)

Function Documentation

◆ assignToRef()

QJsonValueRef & assignToRef ( QJsonValueRef & ref,
const QCborValue & value,
bool is_object )
static

Definition at line 999 of file qjsonvalue.cpp.

◆ comparesEqual()

bool comparesEqual ( const QJsonValue & lhs,
const QJsonValue & rhs )

Definition at line 922 of file qjsonvalue.cpp.

◆ convertFromCborType()

QT_BEGIN_NAMESPACE QJsonValue::Type convertFromCborType ( QCborValue::Type type)
staticnoexcept

Definition at line 31 of file qjsonvalue.cpp.

◆ doubleValueHelper()

QCborValue doubleValueHelper ( double v)
inlinestatic

Definition at line 148 of file qjsonvalue.cpp.

◆ operator<<() [1/2]

QDataStream & operator<< ( QDataStream & stream,
const QJsonValue & v )

Definition at line 1261 of file qjsonvalue.cpp.

◆ operator<<() [2/2]

QDebug operator<< ( QDebug dbg,
const QJsonValue & o )

Definition at line 1220 of file qjsonvalue.cpp.

◆ operator>>()

QDataStream & operator>> ( QDataStream & stream,
QJsonValue & v )

Definition at line 1288 of file qjsonvalue.cpp.

◆ qHash()

size_t qHash ( const QJsonValue & value,
size_t seed )

Definition at line 1198 of file qjsonvalue.cpp.