Extending Qt Creator Manual
JsonObjectValue
Extending Qt Creator Manual 4.7.1
List of All Members for JsonObjectValue
This is the complete list of members for
Utils::JsonObjectValue
, including inherited members.
enum
Kind
JsonObjectValue
()
JsonObjectValue
(Utils::JsonValue::Kind )
addMember
(const QString &, Utils::JsonValue *)
create
(const QString &, Utils::JsonMemoryPool *) : Utils::JsonValue *
hasMember
(const QString &) const : bool
isEmpty
() const : bool
kind
() const : Utils::JsonValue::Kind
kindToString
(Utils::JsonValue::Kind ) : QString
member
(const QString &) const : Utils::JsonValue *
members
() const : QHash<QString, Utils::JsonValue *>
toArray
() : Utils::JsonArrayValue *
toBoolean
() : Utils::JsonBooleanValue *
toDouble
() : Utils::JsonDoubleValue *
toInt
() : Utils::JsonIntValue *
toNull
() : Utils::JsonNullValue *
toObject
() : Utils::JsonObjectValue *
toObject
() : Utils::JsonObjectValue *
toString
() : Utils::JsonStringValue *
operator delete
(
void *
)
operator delete
(
void *
,
Utils::JsonMemoryPool *
)
operator new
(int , Utils::JsonMemoryPool *) : void *