Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
src_corelib_serialization_qcborvalue.cpp
Go to the documentation of this file.
1// Copyright (C) 2018 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
3
5 QCborValue(uuid) == QCborValue(QCborKnownTags::Uuid, uuid.toRfc4122());
7
11
13 value.isSimpleType(QCborSimpleType(12));
15
17 QCborValue(QUrl("https://example.com")) == QCborValue(QCborKnownTags::Url, "https://example.com");
19
21 value.toMap().value(key);
23
25 value.toMap().value(key);
27
29 if (reader.isTag() && reader.toTag() == QCborKnownTags::Signature)
30 reader.next();
31
32 QCborValue contents = QCborValue::fromCbor(reader);
\inmodule QtCore\reentrant
Definition qcborvalue.h:47
\inmodule QtCore
Definition qurl.h:94
QCborSimpleType
Definition qcborcommon.h:23
EGLOutputLayerEXT EGLint EGLAttrib value
[5]
GLuint64 key
QCborValue(uuid)
[0]
QCborValue value(QCborSimpleType(12))
[0]