Extending Qt Creator Manual
JsonStringValue
Extending Qt Creator Manual 4.7.0
List of All Members for JsonStringValue
This is the complete list of members for
Utils::JsonStringValue
, including inherited members.
enum
Kind
JsonStringValue
(const QString &)
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 *
toString
() : Utils::JsonStringValue *
value
() const : const QString &
operator delete
(
void *
)
operator delete
(
void *
,
Utils::JsonMemoryPool *
)
operator new
(int , Utils::JsonMemoryPool *) : void *