![]() |
Qt 6.x
The Qt SDK
|
This is the complete list of members for QJsonValueConstRef, including all inherited members.
concrete(QJsonValueConstRef self) noexcept | QJsonValueConstRef | protectedstatic |
concreteBool(QJsonValueConstRef self, bool defaultValue) noexcept Q_DECL_PURE_FUNCTION | QJsonValueConstRef | protectedstatic |
concreteDouble(QJsonValueConstRef self, double defaultValue) noexcept Q_DECL_PURE_FUNCTION | QJsonValueConstRef | protectedstatic |
concreteInt(QJsonValueConstRef self, qint64 defaultValue, bool clamp) noexcept Q_DECL_PURE_FUNCTION | QJsonValueConstRef | protectedstatic |
concreteString(QJsonValueConstRef self, const QString &defaultValue) | QJsonValueConstRef | protectedstatic |
concreteType(QJsonValueConstRef self) noexcept Q_DECL_PURE_FUNCTION | QJsonValueConstRef | protectedstatic |
d | QJsonValueConstRef | protected |
index | QJsonValueConstRef | protected |
is_object | QJsonValueConstRef | protected |
isArray() const | QJsonValueConstRef | inline |
isBool() const | QJsonValueConstRef | inline |
isDouble() const | QJsonValueConstRef | inline |
isNull() const | QJsonValueConstRef | inline |
isObject() const | QJsonValueConstRef | inline |
isString() const | QJsonValueConstRef | inline |
isUndefined() const | QJsonValueConstRef | inline |
objectKey(QJsonValueConstRef self) | QJsonValueConstRef | protectedstatic |
objectKey() const | QJsonValueConstRef | inlineprotected |
operator QJsonValue() const | QJsonValueConstRef | inline |
operator!=(const QJsonValue &other) const | QJsonValueConstRef | inline |
operator=(const QJsonValueConstRef &)=delete | QJsonValueConstRef | |
operator==(const QJsonValue &other) const | QJsonValueConstRef | inline |
operator[](QStringView key) const | QJsonValueConstRef | inline |
operator[](QLatin1StringView key) const | QJsonValueConstRef | inline |
operator[](qsizetype i) const | QJsonValueConstRef | inline |
QJsonArray | QJsonValueConstRef | friend |
QJsonObject | QJsonValueConstRef | friend |
QJsonPrivate::Value | QJsonValueConstRef | friend |
QJsonValueConstRef(const QJsonValueConstRef &)=default | QJsonValueConstRef | |
QJsonValueConstRef(QCborContainerPrivate *d, size_t index, bool is_object) | QJsonValueConstRef | inlineprotected |
QJsonValueConstRef(QJsonArray *array, qsizetype idx) | QJsonValueConstRef | inlineprotected |
QJsonValueConstRef(QJsonObject *object, qsizetype idx) | QJsonValueConstRef | inlineprotected |
rebind(QJsonValueConstRef other) | QJsonValueConstRef | inlineprotected |
toArray() const | QJsonValueConstRef | |
toBool(bool defaultValue=false) const | QJsonValueConstRef | inline |
toDouble(double defaultValue=0) const | QJsonValueConstRef | inline |
toInt(int defaultValue=0) const | QJsonValueConstRef | inline |
toInteger(qint64 defaultValue=0) const | QJsonValueConstRef | inline |
toObject() const | QJsonValueConstRef | |
toString(const QString &defaultValue={}) const | QJsonValueConstRef | inline |
toVariant() const | QJsonValueConstRef | |
type() const | QJsonValueConstRef | inline |