|
Json Box
0.6.1
This is a JSON C++ library. It can write and read JSON files with ease and speed.
|
This is the complete list of members for JsonBox::Value::ValueDataPointer, including all inherited members.
| arrayValue | JsonBox::Value::ValueDataPointer | |
| boolValue | JsonBox::Value::ValueDataPointer | |
| doubleValue | JsonBox::Value::ValueDataPointer | |
| intValue | JsonBox::Value::ValueDataPointer | |
| objectValue | JsonBox::Value::ValueDataPointer | |
| stringValue | JsonBox::Value::ValueDataPointer | |
| ValueDataPointer() | JsonBox::Value::ValueDataPointer | |
| ValueDataPointer(std::string *newStringValue) | JsonBox::Value::ValueDataPointer | |
| ValueDataPointer(int *newIntValue) | JsonBox::Value::ValueDataPointer | |
| ValueDataPointer(double *newDoubleValue) | JsonBox::Value::ValueDataPointer | |
| ValueDataPointer(Object *newObjectValue) | JsonBox::Value::ValueDataPointer | |
| ValueDataPointer(Array *newArrayValue) | JsonBox::Value::ValueDataPointer | |
| ValueDataPointer(bool *newBoolValue) | JsonBox::Value::ValueDataPointer |
1.8.9.1