#include <json.hpp>
JSON::internal::ParseContext::ParseContext |
( |
const ParseContext & |
| ) |
|
|
delete |
template<typename Iter >
bool JSON::internal::ParseContext::parse_array_item |
( |
picojson::input< Iter > & |
in, |
|
|
size_t |
|
|
) |
| |
|
inline |
bool JSON::internal::ParseContext::parse_array_start |
( |
| ) |
|
|
inline |
bool JSON::internal::ParseContext::parse_array_stop |
( |
size_t |
| ) |
|
|
inline |
template<typename Iter >
bool JSON::internal::ParseContext::parse_object_item |
( |
picojson::input< Iter > & |
in, |
|
|
const std::string & |
key |
|
) |
| |
|
inline |
bool JSON::internal::ParseContext::parse_object_start |
( |
| ) |
|
|
inline |
bool JSON::internal::ParseContext::parse_object_stop |
( |
| ) |
|
|
inline |
template<typename Iter >
bool JSON::internal::ParseContext::parse_string |
( |
picojson::input< Iter > & |
in | ) |
|
|
inline |
bool JSON::internal::ParseContext::set_bool |
( |
bool |
b | ) |
|
|
inline |
bool JSON::internal::ParseContext::set_int64 |
( |
int64_t |
i | ) |
|
|
inline |
bool JSON::internal::ParseContext::set_null |
( |
| ) |
|
|
inline |
bool JSON::internal::ParseContext::set_number |
( |
double |
f | ) |
|
|
inline |
size_t JSON::internal::ParseContext::depth |
Value* JSON::internal::ParseContext::value |
The documentation for this class was generated from the following file: