![]() |
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/qbytearray.h>
#include <QtCore/qcborcommon.h>
#include <QtCore/qcompare.h>
#include <QtCore/qdatetime.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 &) |
QDebug operator<< | ( | QDebug | dbg, |
const QCborValue & | v ) |
Definition at line 3370 of file qcborvalue.cpp.
Q_CORE_EXPORT QDataStream & operator>> | ( | QDataStream & | , |
QCborValue & | ) |
size_t qHash | ( | const QCborValue & | value, |
size_t | seed = 0 ) |
Definition at line 3183 of file qcborvalue.cpp.