![]() |
Qt 6.x
The Qt SDK
|
#include <QtCore/qbytearray.h>
#include <QtCore/qdatetime.h>
#include <QtCore/qcborcommon.h>
#include <QtCore/qstring.h>
#include <QtCore/qstringview.h>
#include <QtCore/qurl.h>
#include <QtCore/quuid.h>
#include <QtCore/qvariant.h>
Go to the source code of this file.
Classes | |
class | QCborParserError |
\inmodule QtCore\reentrant More... | |
class | QCborValue |
\inmodule QtCore\reentrant More... | |
class | QCborValueConstRef |
Namespaces | |
namespace | QJsonPrivate |
Functions | |
QT_WARNING_PUSH class QT6_ONLY(Q_CORE_EXPORT) QCborValueRef QT_WARNING_POP Q_CORE_EXPORT size_t | qHash (const QCborValue &value, size_t seed=0) |
Q_CORE_EXPORT QDebug | operator<< (QDebug, const QCborValue &v) |
Q_CORE_EXPORT QDataStream & | operator>> (QDataStream &, QCborValue &) |
Q_CORE_EXPORT QDebug operator<< | ( | QDebug | dbg, |
const QCborValue & | v | ||
) |
Definition at line 3041 of file qcborvalue.cpp.
References debugContents().
Q_CORE_EXPORT QDataStream & operator>> | ( | QDataStream & | stream, |
QCborValue & | value | ||
) |
Definition at line 3091 of file qcborvalue.cpp.
References QDataStream::ReadCorruptData.
QT_WARNING_PUSH class QT6_ONLY(Q_CORE_EXPORT) QCborValueRef QT_WARNING_POP Q_CORE_EXPORT size_t qHash | ( | const QCborValue & | value, |
size_t | seed = 0 |
||
) |
Definition at line 2854 of file qcborvalue.cpp.
References QCborValue::Array, QCborValue::ByteArray, QCborValue::DateTime, QCborValue::Double, QCborValue::False, hash, QCborValue::Integer, QCborValue::Invalid, QCborValue::Map, QCborValue::Null, Q_ASSERT, qHash(), QCborValue::RegularExpression, seed, QCborValue::SimpleType, QCborValue::String, QCborValue::Tag, QCborValue::True, QCborValue::Undefined, QCborValue::Url, and QCborValue::Uuid.
Referenced by qHash().