|
| typedef Vector< RefPtr< InspectorValue > >::iterator | iterator |
| |
| typedef Vector< RefPtr< InspectorValue > >::const_iterator | const_iterator |
| |
| typedef Vector< RefPtr< InspectorValue > >::iterator | iterator |
| |
| typedef Vector< RefPtr< InspectorValue > >::const_iterator | const_iterator |
| |
| enum | Type {
Type::Null = 0,
Type::Boolean,
Type::Double,
Type::Integer,
Type::String,
Type::Object,
Type::Array,
Type::Null = 0,
Type::Boolean,
Type::Double,
Type::Integer,
Type::String,
Type::Object,
Type::Array
} |
| |
| enum | Type {
Type::Null = 0,
Type::Boolean,
Type::Double,
Type::Integer,
Type::String,
Type::Object,
Type::Array,
Type::Null = 0,
Type::Boolean,
Type::Double,
Type::Integer,
Type::String,
Type::Object,
Type::Array
} |
| |
| unsigned | length () const |
| |
| unsigned | length () const |
| |
| virtual | ~InspectorValue () |
| |
| Type | type () const |
| |
| bool | isNull () const |
| |
| bool | asBoolean (bool &) const |
| |
| bool | asInteger (int &) const |
| |
| bool | asInteger (unsigned &) const |
| |
| bool | asInteger (long &) const |
| |
| bool | asInteger (long long &) const |
| |
| bool | asInteger (unsigned long &) const |
| |
| bool | asInteger (unsigned long long &) const |
| |
| bool | asDouble (double &) const |
| |
| bool | asDouble (float &) const |
| |
| bool | asString (String &) const |
| |
| bool | asValue (RefPtr< InspectorValue > &) |
| |
| virtual bool | asObject (RefPtr< InspectorObject > &) |
| |
| String | toJSONString () const |
| |
| virtual | ~InspectorValue () |
| |
| Type | type () const |
| |
| bool | isNull () const |
| |
| bool | asBoolean (bool &) const |
| |
| bool | asInteger (int &) const |
| |
| bool | asInteger (unsigned &) const |
| |
| bool | asInteger (long &) const |
| |
| bool | asInteger (long long &) const |
| |
| bool | asInteger (unsigned long &) const |
| |
| bool | asInteger (unsigned long long &) const |
| |
| bool | asDouble (double &) const |
| |
| bool | asDouble (float &) const |
| |
| bool | asString (String &) const |
| |
| bool | asValue (RefPtr< InspectorValue > &) |
| |
| virtual bool | asObject (RefPtr< InspectorObject > &) |
| |
| String | toJSONString () const |
| |
| static const int | maxDepth = 1000 |
| |
| virtual | ~InspectorArrayBase () |
| |
| bool | asArray (RefPtr< InspectorArray > &) override |
| |
| void | pushBoolean (bool) |
| |
| void | pushInteger (int) |
| |
| void | pushDouble (double) |
| |
| void | pushString (const String &) |
| |
| void | pushValue (RefPtr< InspectorValue > &&) |
| |
| void | pushObject (RefPtr< InspectorObjectBase > &&) |
| |
| void | pushArray (RefPtr< InspectorArrayBase > &&) |
| |
| RefPtr< InspectorValue > | get (size_t index) const |
| |
| void | writeJSON (StringBuilder &output) const override |
| |
| iterator | begin () |
| |
| iterator | end () |
| |
| const_iterator | begin () const |
| |
| const_iterator | end () const |
| |
| | InspectorArrayBase () |
| |
| virtual | ~InspectorArrayBase () |
| |
| bool | asArray (RefPtr< InspectorArray > &) override |
| |
| void | pushBoolean (bool) |
| |
| void | pushInteger (int) |
| |
| void | pushDouble (double) |
| |
| void | pushString (const String &) |
| |
| void | pushValue (RefPtr< InspectorValue > &&) |
| |
| void | pushObject (RefPtr< InspectorObjectBase > &&) |
| |
| void | pushArray (RefPtr< InspectorArrayBase > &&) |
| |
| RefPtr< InspectorValue > | get (size_t index) const |
| |
| void | writeJSON (StringBuilder &output) const override |
| |
| iterator | begin () |
| |
| iterator | end () |
| |
| const_iterator | begin () const |
| |
| const_iterator | end () const |
| |
| | InspectorArrayBase () |
| |
| | InspectorValue () |
| |
| | InspectorValue (Type type) |
| |
| | InspectorValue (bool value) |
| |
| | InspectorValue (int value) |
| |
| | InspectorValue (double value) |
| |
| | InspectorValue (const String &value) |
| |
| | InspectorValue (const char *value) |
| |
| | InspectorValue () |
| |
| | InspectorValue (Type type) |
| |
| | InspectorValue (bool value) |
| |
| | InspectorValue (int value) |
| |
| | InspectorValue (double value) |
| |
| | InspectorValue (const String &value) |
| |
| | InspectorValue (const char *value) |
| |