|
Wire Sysio Wire Sysion 1.0.0
|

Public Attributes | |
| bool | boolean_ |
| double | number_ |
| std::string * | string_ |
| array * | array_ |
| object * | object_ |
Definition at line 144 of file spec_test_generator.cpp.
| array* picojson::value::_storage::array_ |
Definition at line 151 of file spec_test_generator.cpp.
| bool picojson::value::_storage::boolean_ |
Definition at line 145 of file spec_test_generator.cpp.
| double picojson::value::_storage::number_ |
Definition at line 146 of file spec_test_generator.cpp.
| object* picojson::value::_storage::object_ |
Definition at line 152 of file spec_test_generator.cpp.
| std::string* picojson::value::_storage::string_ |
Definition at line 150 of file spec_test_generator.cpp.