7#include <QtCore/qobjectdefs.h>
8#include <QtCore/qmetatype.h>
9#include <QtCore/qdebug.h>
12#pragma qt_class(QtCborCommon)
16#if defined(False) && defined(True)
78 InvalidUtf8String = 516,
89 operator Code()
const {
return c; }
90 QString toString()
const;
93#if !defined(QT_NO_DEBUG_STREAM)
94Q_CORE_EXPORT
QDebug operator<<(QDebug, QCborSimpleType st);
95Q_CORE_EXPORT
QDebug operator<<(QDebug, QCborKnownTags tg);
96Q_CORE_EXPORT
QDebug operator<<(QDebug, QCborTag tg);
99#if !defined(QT_NO_DATASTREAM)
100Q_CORE_EXPORT
QDataStream &operator<<(QDataStream &ds, QCborSimpleType st);
101Q_CORE_EXPORT
QDataStream &operator>>(QDataStream &ds, QCborSimpleType &st);
106 return qHash(quint8(tag), seed);
111 return qHash(quint64(tag), seed);
118QT_DECL_METATYPE_EXTERN(QCborTag, Q_CORE_EXPORT)
122#if defined(QT_X11_DEFINES_FOUND)
\inmodule QtCore\reentrant
QDataStream & operator>>(QDataStream &s, QVariant &p)
\keyword 16-bit Floating Point Support\inmodule QtCore \inheaderfile QFloat16
Combined button and popup list for selecting options.
size_t qHash(QCborTag tag, size_t seed=0)
bool operator!=(QCborTag t, QCborKnownTags kt)
bool operator!=(QCborKnownTags kt, QCborTag t)
size_t qHash(QCborSimpleType tag, size_t seed=0)
bool operator==(QCborKnownTags kt, QCborTag t)
bool operator==(QCborTag t, QCborKnownTags kt)
Q_CORE_EXPORT QDebug operator<<(QDebug debug, QDir::Filters filters)
constexpr int Qt6ToQt5GuiTypeDelta
static QPartialOrdering spaceShip(Numeric lhs, Numeric rhs)
static bool qIsFloatingPoint(uint tp)
static QPartialOrdering numericCompare(const QVariant::Private *d1, const QVariant::Private *d2)
constexpr int Qt5QQuaternion
static bool qIsNumericType(uint tp)
static bool canBeNumericallyCompared(const QtPrivate::QMetaTypeInterface *iface1, const QtPrivate::QMetaTypeInterface *iface2)
constexpr int Qt5KeySequence
static QPartialOrdering integralCompare(uint promotedType, const QVariant::Private *d1, const QVariant::Private *d2)
static const ushort mapIdFromQt3ToCurrent[MapFromThreeCount]
constexpr int Qt5LastCoreType
T qNumVariantToHelper(const QVariant::Private &d, bool *ok)
constexpr int Qt5FirstGuiType
static bool qvCanConvertMetaObject(QMetaType fromType, QMetaType toType)
constexpr int Qt5LastGuiType
static int numericTypePromotion(const QtPrivate::QMetaTypeInterface *iface1, const QtPrivate::QMetaTypeInterface *iface2)
constexpr int Qt5SizePolicy
constexpr int Qt5UserType
static QPartialOrdering pointerCompare(const QVariant::Private *d1, const QVariant::Private *d2)
QT_BEGIN_NAMESPACE auto customConstructSharedImpl(size_t size, size_t align)
static QVariant::PrivateShared * customConstructShared(size_t size, size_t align, F &&construct)
\inmodule QtCore \inheaderfile QtCborCommon \reentrant