Extending Qt Creator Manual
JsonArrayValue
Extending Qt Creator Manual 4.7.0
List of All Members for JsonArrayValue
This is the complete list of members for
Utils::JsonArrayValue
, including inherited members.
enum
Kind
JsonArrayValue
()
addElement
(Utils::JsonValue *)
create
(const QString &, Utils::JsonMemoryPool *) : Utils::JsonValue *
elements
() const : QList<Utils::JsonValue *>
kind
() const : Utils::JsonValue::Kind
kindToString
(Utils::JsonValue::Kind ) : QString
size
() const : int
toArray
() : Utils::JsonArrayValue *
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 *