#include <picojson.h>
Definition at line 1008 of file picojson.h.
◆ null_parse_context() [1/2]
picojson::null_parse_context::null_parse_context |
( |
| ) |
|
|
inline |
◆ null_parse_context() [2/2]
◆ operator=()
◆ 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: