#include <InspectorProtocolTypes.h>
|
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
} |
|
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) |
|
◆ addItem() [1/10]
◆ addItem() [2/10]
◆ addItem() [3/10]
◆ addItem() [4/10]
◆ addItem() [5/10]
◆ addItem() [6/10]
◆ addItem() [7/10]
◆ addItem() [8/10]
◆ addItem() [9/10]
◆ addItem() [10/10]
◆ create() [1/2]
◆ create() [2/2]
The documentation for this class was generated from the following file: