Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
src_corelib_serialization_qcborvalue.cpp File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

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)
 

Function Documentation

◆ if()

if ( reader. isTag) &&reader.toTag( = =QCborKnownTags::Signature)

[5]

[6]

◆ isSimpleType()

value isSimpleType ( QCborSimpleType(12) )

[1]

[2]

◆ QCborValue() [1/2]

QCborValue ( QUrl("https://example.com") ) == QCborValue(QCborKnownTags::Url, "https://example.com")

[2]

[3]

◆ QCborValue() [2/2]

QCborValue ( uuid ) == QCborValue(QCborKnownTags::Uuid, uuid.toRfc4122())

[0]

◆ toMap()

value toMap ( )

[3]

[4]

[5]

Variable Documentation

◆ contents

QCborValue contents = QCborValue::fromCbor(reader)

Definition at line 32 of file src_corelib_serialization_qcborvalue.cpp.

◆ value