![]() |
Qt 6.x
The Qt SDK
|
#include <QtCore/qobjectdefs.h>#include <QtCore/qmetatype.h>#include <QtCore/qdebug.h>
Include dependency graph for qcborcommon.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | QCborError |
| \inmodule QtCore \inheaderfile QtCborCommon \reentrant More... | |
Enumerations | |
| enum class | QCborSimpleType : quint8 { False = 20 , True = 21 , Null = 22 , Undefined = 23 } |
| enum class | QCborTag : quint64 |
| enum class | QCborKnownTags { DateTimeString = 0 , UnixTime_t = 1 , PositiveBignum = 2 , NegativeBignum = 3 , Decimal = 4 , Bigfloat = 5 , COSE_Encrypt0 = 16 , COSE_Mac0 = 17 , COSE_Sign1 = 18 , ExpectedBase64url = 21 , ExpectedBase64 = 22 , ExpectedBase16 = 23 , EncodedCbor = 24 , Url = 32 , Base64url = 33 , Base64 = 34 , RegularExpression = 35 , MimeMessage = 36 , Uuid = 37 , COSE_Encrypt = 96 , COSE_Mac = 97 , COSE_Sign = 98 , Signature = 55799 } |
| enum class | QCborNegativeInteger : quint64 |
Functions | |
| bool | operator== (QCborTag t, QCborKnownTags kt) |
| bool | operator== (QCborKnownTags kt, QCborTag t) |
| bool | operator!= (QCborTag t, QCborKnownTags kt) |
| bool | operator!= (QCborKnownTags kt, QCborTag t) |
| Q_CORE_EXPORT QDebug | operator<< (QDebug, QCborSimpleType st) |
| Q_CORE_EXPORT QDebug | operator<< (QDebug, QCborKnownTags tg) |
| Q_CORE_EXPORT QDebug | operator<< (QDebug, QCborTag tg) |
| Q_CORE_EXPORT QDataStream & | operator<< (QDataStream &ds, QCborSimpleType st) |
| Q_CORE_EXPORT QDataStream & | operator>> (QDataStream &ds, QCborSimpleType &st) |
| size_t | qHash (QCborSimpleType tag, size_t seed=0) |
| size_t | qHash (QCborTag tag, size_t seed=0) |
|
strong |
Definition at line 31 of file qcborcommon.h.
|
strong |
Definition at line 114 of file qcborcommon.h.
|
strong |
| Enumerator | |
|---|---|
| False | |
| True | |
| Null | |
| Undefined | |
Definition at line 23 of file qcborcommon.h.
Definition at line 30 of file qcborcommon.h.
|
inline |
Definition at line 60 of file qcborcommon.h.
|
inline |
Definition at line 59 of file qcborcommon.h.
| Q_CORE_EXPORT QDataStream & operator<< | ( | QDataStream & | ds, |
| QCborSimpleType | st | ||
| ) |
Definition at line 58 of file qcborcommon.cpp.
| Q_CORE_EXPORT QDebug operator<< | ( | QDebug | dbg, |
| QCborKnownTags | tg | ||
| ) |
Definition at line 3071 of file qcborvalue.cpp.
References qt_cbor_tag_id(), and tag.
Here is the call graph for this function:| Q_CORE_EXPORT QDebug operator<< | ( | QDebug | dbg, |
| QCborSimpleType | st | ||
| ) |
Definition at line 3048 of file qcborvalue.cpp.
References qt_cbor_simpletype_id().
Here is the call graph for this function:Definition at line 3058 of file qcborvalue.cpp.
References qt_cbor_tag_id(), and tag.
Here is the call graph for this function:
|
inline |
Definition at line 58 of file qcborcommon.h.
|
inline |
Definition at line 57 of file qcborcommon.h.
| Q_CORE_EXPORT QDataStream & operator>> | ( | QDataStream & | ds, |
| QCborSimpleType & | st | ||
| ) |
Definition at line 63 of file qcborcommon.cpp.
|
inline |