![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/qcborvalue.h>#include <QtCore/qcompare.h>#include <QtCore/qglobal.h>#include <QtCore/qjsonparseerror.h>#include <QtCore/qstring.h>#include <QtCore/qshareddata.h>Go to the source code of this file.
Classes | |
| class | QJsonValue |
| \inmodule QtCore\reentrant More... | |
| class | QJsonValueConstRef |
Namespaces | |
| namespace | QJsonPrivate |
Functions | |
| 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 &) |
| 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 = 0 ) |
Definition at line 1198 of file qjsonvalue.cpp.