#include <InspectorValues.h>
|
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
} |
|
◆ Type [1/2]
Enumerator |
---|
Null | |
Boolean | |
Double | |
Integer | |
String | |
Object | |
Array | |
Null | |
Boolean | |
Double | |
Integer | |
String | |
Object | |
Array | |
◆ Type [2/2]
Enumerator |
---|
Null | |
Boolean | |
Double | |
Integer | |
String | |
Object | |
Array | |
Null | |
Boolean | |
Double | |
Integer | |
String | |
Object | |
Array | |
◆ ~InspectorValue() [1/2]
virtual Inspector::InspectorValue::~InspectorValue |
( |
| ) |
|
|
inlinevirtual |
◆ InspectorValue() [1/14]
Inspector::InspectorValue::InspectorValue |
( |
| ) |
|
|
inlineprotected |
◆ InspectorValue() [2/14]
Inspector::InspectorValue::InspectorValue |
( |
Type |
type | ) |
|
|
inlineexplicitprotected |
◆ InspectorValue() [3/14]
Inspector::InspectorValue::InspectorValue |
( |
bool |
value | ) |
|
|
inlineexplicitprotected |
◆ InspectorValue() [4/14]
Inspector::InspectorValue::InspectorValue |
( |
int |
value | ) |
|
|
inlineexplicitprotected |
◆ InspectorValue() [5/14]
Inspector::InspectorValue::InspectorValue |
( |
double |
value | ) |
|
|
inlineexplicitprotected |
◆ InspectorValue() [6/14]
Inspector::InspectorValue::InspectorValue |
( |
const String & |
value | ) |
|
|
inlineexplicitprotected |
◆ InspectorValue() [7/14]
Inspector::InspectorValue::InspectorValue |
( |
const char * |
value | ) |
|
|
inlineexplicitprotected |
◆ ~InspectorValue() [2/2]
virtual Inspector::InspectorValue::~InspectorValue |
( |
| ) |
|
|
inlinevirtual |
◆ InspectorValue() [8/14]
Inspector::InspectorValue::InspectorValue |
( |
| ) |
|
|
inlineprotected |
◆ InspectorValue() [9/14]
Inspector::InspectorValue::InspectorValue |
( |
Type |
type | ) |
|
|
inlineexplicitprotected |
◆ InspectorValue() [10/14]
Inspector::InspectorValue::InspectorValue |
( |
bool |
value | ) |
|
|
inlineexplicitprotected |
◆ InspectorValue() [11/14]
Inspector::InspectorValue::InspectorValue |
( |
int |
value | ) |
|
|
inlineexplicitprotected |
◆ InspectorValue() [12/14]
Inspector::InspectorValue::InspectorValue |
( |
double |
value | ) |
|
|
inlineexplicitprotected |
◆ InspectorValue() [13/14]
Inspector::InspectorValue::InspectorValue |
( |
const String & |
value | ) |
|
|
inlineexplicitprotected |
◆ InspectorValue() [14/14]
Inspector::InspectorValue::InspectorValue |
( |
const char * |
value | ) |
|
|
inlineexplicitprotected |
◆ asArray() [1/2]
bool Inspector::InspectorValue::asArray |
( |
RefPtr< InspectorArray > & |
| ) |
|
|
virtual |
◆ asArray() [2/2]
virtual bool Inspector::InspectorValue::asArray |
( |
RefPtr< InspectorArray > & |
| ) |
|
|
virtual |
◆ asBoolean() [1/2]
bool Inspector::InspectorValue::asBoolean |
( |
bool & |
| ) |
const |
◆ asBoolean() [2/2]
bool Inspector::InspectorValue::asBoolean |
( |
bool & |
output | ) |
const |
◆ asDouble() [1/4]
bool Inspector::InspectorValue::asDouble |
( |
double & |
| ) |
const |
◆ asDouble() [2/4]
bool Inspector::InspectorValue::asDouble |
( |
double & |
output | ) |
const |
◆ asDouble() [3/4]
bool Inspector::InspectorValue::asDouble |
( |
float & |
output | ) |
const |
◆ asDouble() [4/4]
bool Inspector::InspectorValue::asDouble |
( |
float & |
| ) |
const |
◆ asInteger() [1/12]
bool Inspector::InspectorValue::asInteger |
( |
int & |
output | ) |
const |
◆ asInteger() [2/12]
bool Inspector::InspectorValue::asInteger |
( |
int & |
| ) |
const |
◆ asInteger() [3/12]
bool Inspector::InspectorValue::asInteger |
( |
unsigned & |
| ) |
const |
◆ asInteger() [4/12]
bool Inspector::InspectorValue::asInteger |
( |
unsigned & |
output | ) |
const |
◆ asInteger() [5/12]
bool Inspector::InspectorValue::asInteger |
( |
long & |
| ) |
const |
◆ asInteger() [6/12]
bool Inspector::InspectorValue::asInteger |
( |
long & |
output | ) |
const |
◆ asInteger() [7/12]
bool Inspector::InspectorValue::asInteger |
( |
long long & |
| ) |
const |
◆ asInteger() [8/12]
bool Inspector::InspectorValue::asInteger |
( |
long long & |
output | ) |
const |
◆ asInteger() [9/12]
bool Inspector::InspectorValue::asInteger |
( |
unsigned long & |
| ) |
const |
◆ asInteger() [10/12]
bool Inspector::InspectorValue::asInteger |
( |
unsigned long & |
output | ) |
const |
◆ asInteger() [11/12]
bool Inspector::InspectorValue::asInteger |
( |
unsigned long long & |
| ) |
const |
◆ asInteger() [12/12]
bool Inspector::InspectorValue::asInteger |
( |
unsigned long long & |
output | ) |
const |
◆ asObject() [1/2]
◆ asObject() [2/2]
virtual bool Inspector::InspectorValue::asObject |
( |
RefPtr< InspectorObject > & |
| ) |
|
|
virtual |
◆ asString() [1/2]
bool Inspector::InspectorValue::asString |
( |
String & |
output | ) |
const |
◆ asString() [2/2]
bool Inspector::InspectorValue::asString |
( |
String & |
| ) |
const |
◆ asValue() [1/2]
bool Inspector::InspectorValue::asValue |
( |
RefPtr< InspectorValue > & |
| ) |
|
◆ asValue() [2/2]
bool Inspector::InspectorValue::asValue |
( |
RefPtr< InspectorValue > & |
| ) |
|
◆ create() [1/10]
◆ create() [2/10]
◆ create() [3/10]
◆ create() [4/10]
◆ create() [5/10]
Ref< InspectorValue > Inspector::InspectorValue::create |
( |
double |
value | ) |
|
|
static |
◆ create() [6/10]
static Ref<InspectorValue> Inspector::InspectorValue::create |
( |
double |
| ) |
|
|
static |
◆ create() [7/10]
Ref< InspectorValue > Inspector::InspectorValue::create |
( |
const String & |
value | ) |
|
|
static |
◆ create() [8/10]
static Ref<InspectorValue> Inspector::InspectorValue::create |
( |
const String & |
| ) |
|
|
static |
◆ create() [9/10]
Ref< InspectorValue > Inspector::InspectorValue::create |
( |
const char * |
value | ) |
|
|
static |
◆ create() [10/10]
static Ref<InspectorValue> Inspector::InspectorValue::create |
( |
const char * |
| ) |
|
|
static |
◆ isNull() [1/2]
bool Inspector::InspectorValue::isNull |
( |
| ) |
const |
|
inline |
◆ isNull() [2/2]
bool Inspector::InspectorValue::isNull |
( |
| ) |
const |
|
inline |
◆ null() [1/2]
◆ null() [2/2]
◆ parseJSON() [1/2]
bool Inspector::InspectorValue::parseJSON |
( |
const String & |
jsonInput, |
|
|
RefPtr< InspectorValue > & |
output |
|
) |
| |
|
static |
◆ parseJSON() [2/2]
static bool Inspector::InspectorValue::parseJSON |
( |
const String & |
jsonInput, |
|
|
RefPtr< InspectorValue > & |
output |
|
) |
| |
|
static |
◆ toJSONString() [1/2]
String Inspector::InspectorValue::toJSONString |
( |
| ) |
const |
◆ toJSONString() [2/2]
String Inspector::InspectorValue::toJSONString |
( |
| ) |
const |
◆ type() [1/2]
Type Inspector::InspectorValue::type |
( |
| ) |
const |
|
inline |
◆ type() [2/2]
Type Inspector::InspectorValue::type |
( |
| ) |
const |
|
inline |
◆ writeJSON() [1/2]
void Inspector::InspectorValue::writeJSON |
( |
StringBuilder & |
output | ) |
const |
|
virtual |
◆ writeJSON() [2/2]
virtual void Inspector::InspectorValue::writeJSON |
( |
StringBuilder & |
output | ) |
const |
|
virtual |
◆ boolean
bool Inspector::InspectorValue::boolean |
◆ maxDepth
static const int Inspector::InspectorValue::maxDepth = 1000 |
|
static |
◆ number
double Inspector::InspectorValue::number |
◆ string
StringImpl* Inspector::InspectorValue::string |
The documentation for this class was generated from the following files: