Definition at line 977 of file spec_test_generator.cpp.
◆ null_parse_context()
picojson::null_parse_context::null_parse_context |
( |
| ) |
|
|
inline |
◆ parse_array_item()
template<typename Iter >
bool picojson::null_parse_context::parse_array_item |
( |
input< Iter > & | in, |
|
|
size_t | ) |
|
inline |
◆ parse_array_start()
bool picojson::null_parse_context::parse_array_start |
( |
| ) |
|
|
inline |
◆ parse_array_stop()
bool picojson::null_parse_context::parse_array_stop |
( |
size_t | | ) |
|
|
inline |
◆ parse_object_item()
template<typename Iter >
bool picojson::null_parse_context::parse_object_item |
( |
input< Iter > & | in, |
|
|
const std::string & | ) |
|
inline |
◆ parse_object_start()
bool picojson::null_parse_context::parse_object_start |
( |
| ) |
|
|
inline |
◆ parse_string()
template<typename Iter >
bool picojson::null_parse_context::parse_string |
( |
input< Iter > & | in | ) |
|
|
inline |
◆ set_bool()
bool picojson::null_parse_context::set_bool |
( |
bool | | ) |
|
|
inline |
◆ set_null()
bool picojson::null_parse_context::set_null |
( |
| ) |
|
|
inline |
◆ set_number()
bool picojson::null_parse_context::set_number |
( |
double | | ) |
|
|
inline |
The documentation for this class was generated from the following file: