Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qjsonvalue.h File Reference
#include <QtCore/qglobal.h>
#include <QtCore/qstring.h>
#include <QtCore/qshareddata.h>
#include <QtCore/qcborvalue.h>
+ Include dependency graph for qjsonvalue.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QJsonValue
 \inmodule QtCore\reentrant More...
 
class  QJsonValueConstRef
 

Namespaces

namespace  QJsonPrivate
 

Functions

bool operator== (const QJsonValueConstRef &lhs, const QJsonValueRef &rhs)
 
bool operator!= (const QJsonValueConstRef &lhs, const QJsonValueRef &rhs)
 
bool operator== (const QJsonValueRef &lhs, const QJsonValueConstRef &rhs)
 
bool operator!= (const QJsonValueRef &lhs, const QJsonValueConstRef &rhs)
 
bool operator== (const QJsonValueRef &lhs, const QJsonValueRef &rhs)
 
bool operator!= (const QJsonValueRef &lhs, const QJsonValueRef &rhs)
 
Q_CORE_EXPORT size_t qHash (const QJsonValue &value, size_t seed=0)
 
Q_CORE_EXPORT QDebug operator<< (QDebug, const QJsonValue &)
 
Q_CORE_EXPORT QDataStreamoperator<< (QDataStream &, const QJsonValue &)
 
Q_CORE_EXPORT QDataStreamoperator>> (QDataStream &, QJsonValue &)
 

Function Documentation

◆ operator!=() [1/3]

bool operator!= ( const QJsonValueConstRef lhs,
const QJsonValueRef rhs 
)
inline

Definition at line 287 of file qjsonvalue.h.

◆ operator!=() [2/3]

bool operator!= ( const QJsonValueRef lhs,
const QJsonValueConstRef rhs 
)
inline

Definition at line 292 of file qjsonvalue.h.

◆ operator!=() [3/3]

bool operator!= ( const QJsonValueRef lhs,
const QJsonValueRef rhs 
)
inline

Definition at line 297 of file qjsonvalue.h.

◆ operator<<() [1/2]

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

Definition at line 106 of file qjsonvalue.cpp.

◆ operator<<() [2/2]

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

Definition at line 105 of file qjsonvalue.cpp.

◆ operator==() [1/3]

bool operator== ( const QJsonValueConstRef lhs,
const QJsonValueRef rhs 
)
inline

Definition at line 285 of file qjsonvalue.h.

References QJsonObject::QJsonValue.

◆ operator==() [2/3]

bool operator== ( const QJsonValueRef lhs,
const QJsonValueConstRef rhs 
)
inline

Definition at line 290 of file qjsonvalue.h.

References QJsonObject::QJsonValue.

◆ operator==() [3/3]

bool operator== ( const QJsonValueRef lhs,
const QJsonValueRef rhs 
)
inline

Definition at line 295 of file qjsonvalue.h.

References QJsonObject::QJsonValue.

◆ operator>>()

◆ qHash()

Q_CORE_EXPORT size_t qHash ( const QJsonValue value,
size_t  seed = 0 
)

Definition at line 1083 of file qjsonvalue.cpp.

References QJsonValue::Array, QJsonValue::Bool, QJsonValue::Double, QJsonValue::Null, QJsonValue::Object, qHash(), seed, QJsonValue::String, and QJsonValue::Undefined.

Referenced by qHash().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: