Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Go to the source code of this file.
Functions | |
QCborValue (uuid) == QCborValue(QCborKnownTags::Uuid, uuid.toRfc4122()) | |
[0] | |
value | isSimpleType (QCborSimpleType(12)) |
[1] | |
QCborValue (QUrl("https://example.com")) == QCborValue(QCborKnownTags::Url, "https://example.com") | |
[2] | |
value | toMap ().value(key) |
[3] | |
if (reader.isTag() &&reader.toTag()==QCborKnownTags::Signature) reader.next() | |
[5] | |
Variables | |
QCborValue | value (QCborSimpleType(12)) |
[0] | |
QCborValue | contents = QCborValue::fromCbor(reader) |
if | ( | reader. | isTag) &&reader.toTag( = =QCborKnownTags::Signature | ) |
[5]
[6]
value isSimpleType | ( | QCborSimpleType(12) | ) |
[1]
[2]
QCborValue | ( | QUrl("https://example.com") | ) | == QCborValue(QCborKnownTags::Url, "https://example.com") |
[2]
[3]
QCborValue | ( | uuid | ) | == QCborValue(QCborKnownTags::Uuid, uuid.toRfc4122()) |
[0]
value toMap | ( | ) |
[3]
[4]
[5]
QCborValue contents = QCborValue::fromCbor(reader) |
Definition at line 32 of file src_corelib_serialization_qcborvalue.cpp.
QCborValue value(QCborSimpleType(12)) | ( | QCborSimpleType(12) | ) |
[0]
[1]