#include <json_value.h>
| static JsonValue uicore::JsonValue::array |
( |
| ) |
|
|
inlinestatic |
| JsonValue& uicore::JsonValue::at |
( |
size_t |
index | ) |
|
|
inline |
| const JsonValue& uicore::JsonValue::at |
( |
size_t |
index | ) |
const |
|
inline |
| static JsonValue uicore::JsonValue::boolean |
( |
bool |
value | ) |
|
|
inlinestatic |
| void uicore::JsonValue::clear |
( |
| ) |
|
|
inline |
| void uicore::JsonValue::erase |
( |
size_t |
offset, |
|
|
size_t |
length |
|
) |
| |
|
inline |
| bool uicore::JsonValue::is_array |
( |
| ) |
const |
|
inline |
| bool uicore::JsonValue::is_boolean |
( |
| ) |
const |
|
inline |
| bool uicore::JsonValue::is_null |
( |
| ) |
const |
|
inline |
| bool uicore::JsonValue::is_number |
( |
| ) |
const |
|
inline |
| bool uicore::JsonValue::is_object |
( |
| ) |
const |
|
inline |
| bool uicore::JsonValue::is_undefined |
( |
| ) |
const |
|
inline |
| std::vector<JsonValue>& uicore::JsonValue::items |
( |
| ) |
|
|
inline |
| const std::vector<JsonValue>& uicore::JsonValue::items |
( |
| ) |
const |
|
inline |
| static JsonValue uicore::JsonValue::number |
( |
double |
value | ) |
|
|
inlinestatic |
| static JsonValue uicore::JsonValue::number |
( |
float |
value | ) |
|
|
inlinestatic |
| static JsonValue uicore::JsonValue::number |
( |
int |
value | ) |
|
|
inlinestatic |
| static JsonValue uicore::JsonValue::number |
( |
unsigned int |
value | ) |
|
|
inlinestatic |
| static JsonValue uicore::JsonValue::number |
( |
short |
value | ) |
|
|
inlinestatic |
| static JsonValue uicore::JsonValue::number |
( |
unsigned short |
value | ) |
|
|
inlinestatic |
| static JsonValue uicore::JsonValue::number |
( |
char |
value | ) |
|
|
inlinestatic |
| static JsonValue uicore::JsonValue::number |
( |
unsigned char |
value | ) |
|
|
inlinestatic |
| static JsonValue uicore::JsonValue::object |
( |
| ) |
|
|
inlinestatic |
| JsonValue& uicore::JsonValue::operator[] |
( |
const char * |
name | ) |
|
|
inline |
| const JsonValue& uicore::JsonValue::operator[] |
( |
const char * |
name | ) |
const |
|
inline |
| JsonValue& uicore::JsonValue::operator[] |
( |
size_t |
index | ) |
|
|
inline |
| const JsonValue& uicore::JsonValue::operator[] |
( |
size_t |
index | ) |
const |
|
inline |
| const JsonValue& uicore::JsonValue::prop |
( |
const char * |
name | ) |
const |
|
inline |
| JsonValue& uicore::JsonValue::prop |
( |
const char * |
name | ) |
|
|
inline |
| void uicore::JsonValue::remove |
( |
const std::string & |
name | ) |
|
|
inline |
| void uicore::JsonValue::remove |
( |
const char * |
name | ) |
|
|
inline |
| void uicore::JsonValue::set_array |
( |
| ) |
|
|
inline |
| void uicore::JsonValue::set_boolean |
( |
bool |
v | ) |
|
|
inline |
| void uicore::JsonValue::set_null |
( |
| ) |
|
|
inline |
| void uicore::JsonValue::set_number |
( |
double |
v | ) |
|
|
inline |
| void uicore::JsonValue::set_number |
( |
float |
v | ) |
|
|
inline |
| void uicore::JsonValue::set_number |
( |
int |
v | ) |
|
|
inline |
| void uicore::JsonValue::set_number |
( |
unsigned int |
v | ) |
|
|
inline |
| void uicore::JsonValue::set_number |
( |
short |
v | ) |
|
|
inline |
| void uicore::JsonValue::set_number |
( |
unsigned short |
v | ) |
|
|
inline |
| void uicore::JsonValue::set_number |
( |
char |
v | ) |
|
|
inline |
| void uicore::JsonValue::set_number |
( |
unsigned char |
v | ) |
|
|
inline |
| void uicore::JsonValue::set_object |
( |
| ) |
|
|
inline |
| void uicore::JsonValue::set_string |
( |
const std::string & |
v | ) |
|
|
inline |
| void uicore::JsonValue::set_string |
( |
const char * |
v | ) |
|
|
inline |
| void uicore::JsonValue::set_undefined |
( |
| ) |
|
|
inline |
| size_t uicore::JsonValue::size |
( |
| ) |
const |
|
inline |
| static JsonValue uicore::JsonValue::string |
( |
const std::string & |
value | ) |
|
|
inlinestatic |
| bool uicore::JsonValue::to_boolean |
( |
| ) |
const |
|
inline |
| char uicore::JsonValue::to_char |
( |
| ) |
const |
|
inline |
| double uicore::JsonValue::to_double |
( |
| ) |
const |
|
inline |
| float uicore::JsonValue::to_float |
( |
| ) |
const |
|
inline |
| int uicore::JsonValue::to_int |
( |
| ) |
const |
|
inline |
| double uicore::JsonValue::to_number |
( |
| ) |
const |
|
inline |
| short uicore::JsonValue::to_short |
( |
| ) |
const |
|
inline |
| const std::string& uicore::JsonValue::to_string |
( |
| ) |
const |
|
inline |
| unsigned char uicore::JsonValue::to_uchar |
( |
| ) |
const |
|
inline |
| unsigned int uicore::JsonValue::to_uint |
( |
| ) |
const |
|
inline |
| unsigned short uicore::JsonValue::to_ushort |
( |
| ) |
const |
|
inline |
| JsonType uicore::JsonValue::type |
( |
| ) |
const |
|
inline |
| static JsonValue uicore::JsonValue::undefined |
( |
| ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: