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