Qt 5.15
Qt Core
C++ Classes
QCborValue
Qt 5.15.8 Reference Documentation
List of All Members for QCborValue
This is the complete list of members for
QCborValue
, including inherited members.
enum
DiagnosticNotationOption
flags
DiagnosticNotationOptions
enum
EncodingOption
flags
EncodingOptions
QCborValue
(QCborValue &&)
QCborValue
(const QCborValue &)
QCborValue
(const QUuid &)
QCborValue
(const QRegularExpression &)
QCborValue
(const QUrl &)
QCborValue
(const QDateTime &)
QCborValue
(QCborKnownTags , const QCborValue &)
QCborValue
(QCborTag , const QCborValue &)
QCborValue
(QCborMap &&)
QCborValue
(const QCborMap &)
QCborValue
(QCborArray &&)
QCborValue
(const QCborArray &)
QCborValue
(QLatin1String )
QCborValue
(QStringView )
QCborValue
(const QString &)
QCborValue
(const QByteArray &)
QCborValue
(QCborSimpleType )
QCborValue
(double )
QCborValue
(qint64 )
QCborValue
(bool )
QCborValue
(
std::nullptr_t
)
QCborValue
(QCborValue::Type )
QCborValue
()
enum
Type
operator=
(QCborValue &&) : QCborValue &
operator=
(const QCborValue &) : QCborValue &
~QCborValue
()
compare
(const QCborValue &) const : int
fromCbor
(QCborStreamReader &) : QCborValue
fromCbor
(const QByteArray &, QCborParserError *) : QCborValue
fromCbor
(const char *, qsizetype , QCborParserError *) : QCborValue
fromCbor
(const quint8 *, qsizetype , QCborParserError *) : QCborValue
fromJsonValue
(const QJsonValue &) : QCborValue
fromVariant
(const QVariant &) : QCborValue
isArray
() const : bool
isBool
() const : bool
isByteArray
() const : bool
isContainer
() const : bool
isDateTime
() const : bool
isDouble
() const : bool
isFalse
() const : bool
isInteger
() const : bool
isInvalid
() const : bool
isMap
() const : bool
isNull
() const : bool
isRegularExpression
() const : bool
isSimpleType
() const : bool
isSimpleType
(QCborSimpleType ) const : bool
isString
() const : bool
isTag
() const : bool
isTrue
() const : bool
isUndefined
() const : bool
isUrl
() const : bool
isUuid
() const : bool
swap
(QCborValue &)
tag
(QCborTag ) const : QCborTag
taggedValue
(const QCborValue &) const : QCborValue
toArray
() const : QCborArray
toArray
(const QCborArray &) const : QCborArray
toBool
(bool ) const : bool
toByteArray
(const QByteArray &) const : QByteArray
toCbor
(QCborValue::EncodingOptions ) : QByteArray
toCbor
(QCborStreamWriter &, QCborValue::EncodingOptions )
toDateTime
(const QDateTime &) const : QDateTime
toDiagnosticNotation
(QCborValue::DiagnosticNotationOptions ) const : QString
toDouble
(double ) const : double
toInteger
(qint64 ) const : qint64
toJsonValue
() const : QJsonValue
toMap
() const : QCborMap
toMap
(const QCborMap &) const : QCborMap
toRegularExpression
(const QRegularExpression &) const : QRegularExpression
toSimpleType
(QCborSimpleType ) const : QCborSimpleType
toString
(const QString &) const : QString
toUrl
(const QUrl &) const : QUrl
toUuid
(const QUuid &) const : QUuid
toVariant
() const : QVariant
type
() const : QCborValue::Type
operator!=
(const QCborValue &) const : bool
operator<
(const QCborValue &) const : bool
operator==
(const QCborValue &) const : bool
operator[]
(const QString &) const : const QCborValue
operator[]
(QLatin1String ) const : const QCborValue
operator[]
(qint64 ) const : const QCborValue
operator[]
(qint64 ) : QCborValueRef
operator[]
(QLatin1String ) : QCborValueRef
operator[]
(const QString &) : QCborValueRef