就业培训
下载中心
Wiki
联络
登录
注册
首页
Qt 6.5.1
Qt Core
C++ 类
QCborValue
List of All Members for QCborValue
这是完整成员列表为
QCborValue
,包括继承的成员。
enum
DiagnosticNotationOption
flags
DiagnosticNotationOptions
enum
EncodingOption
flags
EncodingOptions
enum
Type
QCborValue
()
QCborValue
(QCborValue::Type)
QCborValue
(std::nullptr_t)
QCborValue
(bool)
QCborValue
(qint64)
QCborValue
(double)
QCborValue
(QCborSimpleType)
QCborValue
(const QByteArray &)
QCborValue
(const QString &)
QCborValue
(QStringView)
QCborValue
(QLatin1StringView)
QCborValue
(const QCborArray &)
QCborValue
(QCborArray &&)
QCborValue
(const QCborMap &)
QCborValue
(QCborMap &&)
QCborValue
(const QDateTime &)
QCborValue
(const QUrl &)
QCborValue
(const QRegularExpression &)
QCborValue
(const QUuid &)
QCborValue
(QCborTag, const QCborValue &)
QCborValue
(QCborKnownTags, const QCborValue &)
QCborValue
(const QCborValue &)
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) const : QByteArray
toCbor
(QCborStreamWriter &, QCborValue::EncodingOptions) const
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 &) : QCborValue &
operator=
(QCborValue &&) : QCborValue &
operator==
(const QCborValue &) const : bool
operator[]
(const QString &) const : const QCborValue
operator[]
(QLatin1StringView) const : const QCborValue
operator[]
(qint64) const : const QCborValue
operator[]
(qint64) : QCborValueRef
operator[]
(QLatin1StringView) : QCborValueRef
operator[]
(const QString &) : QCborValueRef