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