![]() |
Qt 6.x
The Qt SDK
|
#include <QtCore/qglobal.h>
#include <QtCore/qstring.h>
#include <QtCore/qshareddata.h>
#include <QtCore/qcborvalue.h>
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 QDataStream & | operator<< (QDataStream &, const QJsonValue &) |
Q_CORE_EXPORT QDataStream & | operator>> (QDataStream &, QJsonValue &) |
|
inline |
Definition at line 287 of file qjsonvalue.h.
|
inline |
Definition at line 292 of file qjsonvalue.h.
|
inline |
Definition at line 297 of file qjsonvalue.h.
Q_CORE_EXPORT QDataStream & operator<< | ( | QDataStream & | stream, |
const QJsonValue & | v | ||
) |
Definition at line 106 of file qjsonvalue.cpp.
Q_CORE_EXPORT QDebug operator<< | ( | QDebug | dbg, |
const QJsonValue & | o | ||
) |
Definition at line 105 of file qjsonvalue.cpp.
|
inline |
Definition at line 285 of file qjsonvalue.h.
References QJsonObject::QJsonValue.
|
inline |
Definition at line 290 of file qjsonvalue.h.
References QJsonObject::QJsonValue.
|
inline |
Definition at line 295 of file qjsonvalue.h.
References QJsonObject::QJsonValue.
Q_CORE_EXPORT QDataStream & operator>> | ( | QDataStream & | stream, |
QJsonValue & | v | ||
) |
Definition at line 1173 of file qjsonvalue.cpp.
References QJsonValue::Array, QJsonValue::Bool, d, QJsonValue::Double, QJsonValue::Null, o, QJsonValue::Object, QDataStream::ReadCorruptData, QJsonValue::String, and QJsonValue::Undefined.
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().