Definition at line 920 of file spec_test_generator.cpp.
◆ default_parse_context()
picojson::default_parse_context::default_parse_context |
( |
value * | out | ) |
|
|
inline |
◆ parse_array_item()
template<typename Iter >
bool picojson::default_parse_context::parse_array_item |
( |
input< Iter > & | in, |
|
|
size_t | ) |
|
inline |
Definition at line 954 of file spec_test_generator.cpp.
954 {
959 }
default_parse_context(value *out)
bool _parse(Context &ctx, input< Iter > &in)
const GenericPointer< typename T::ValueType > T2 T::AllocatorType & a
◆ parse_array_start()
bool picojson::default_parse_context::parse_array_start |
( |
| ) |
|
|
inline |
◆ parse_array_stop()
bool picojson::default_parse_context::parse_array_stop |
( |
size_t | | ) |
|
|
inline |
◆ parse_object_item()
template<typename Iter >
bool picojson::default_parse_context::parse_object_item |
( |
input< Iter > & | in, |
|
|
const std::string & | key ) |
|
inline |
◆ parse_object_start()
bool picojson::default_parse_context::parse_object_start |
( |
| ) |
|
|
inline |
◆ parse_string()
template<typename Iter >
bool picojson::default_parse_context::parse_string |
( |
input< Iter > & | in | ) |
|
|
inline |
◆ set_bool()
bool picojson::default_parse_context::set_bool |
( |
bool | b | ) |
|
|
inline |
◆ set_null()
bool picojson::default_parse_context::set_null |
( |
| ) |
|
|
inline |
◆ set_number()
bool picojson::default_parse_context::set_number |
( |
double | f | ) |
|
|
inline |
◆ out_
value* picojson::default_parse_context::out_ |
|
protected |
The documentation for this class was generated from the following file: