#include <picojson.h>
picojson::default_parse_context::default_parse_context |
( |
value * |
out | ) |
|
|
inline |
template<typename Iter >
bool picojson::default_parse_context::parse_array_item |
( |
input< Iter > & |
in, |
|
|
size_t |
|
|
) |
| |
|
inline |
bool picojson::default_parse_context::parse_array_start |
( |
| ) |
|
|
inline |
bool picojson::default_parse_context::parse_array_stop |
( |
size_t |
| ) |
|
|
inline |
template<typename Iter >
bool picojson::default_parse_context::parse_object_item |
( |
input< Iter > & |
in, |
|
|
const std::string & |
key |
|
) |
| |
|
inline |
bool picojson::default_parse_context::parse_object_start |
( |
| ) |
|
|
inline |
template<typename Iter >
bool picojson::default_parse_context::parse_string |
( |
input< Iter > & |
in | ) |
|
|
inline |
bool picojson::default_parse_context::set_bool |
( |
bool |
b | ) |
|
|
inline |
bool picojson::default_parse_context::set_null |
( |
| ) |
|
|
inline |
bool picojson::default_parse_context::set_number |
( |
double |
f | ) |
|
|
inline |
value* picojson::default_parse_context::out_ |
|
protected |
The documentation for this class was generated from the following file: