|
Electroneum
|
#include <boost/lexical_cast.hpp>#include <boost/algorithm/string/predicate.hpp>#include "parserse_base_utils.h"#include "file_io_utils.h"

Go to the source code of this file.
Namespaces | |
| namespace | epee |
| namespace | epee::serialization |
| namespace | epee::serialization::json |
Macros | |
| #define | EPEE_JSON_RECURSION_LIMIT_INTERNAL 100 |
| #define | CHECK_ISSPACE() |
Functions | |
| template<class t_storage> | |
| void | epee::serialization::json::run_handler (typename t_storage::hsection current_section, std::string::const_iterator &sec_buf_begin, std::string::const_iterator buf_end, t_storage &stg, unsigned int recursion) |
| template<class t_storage> | |
| bool | epee::serialization::json::load_from_json (const std::string &buff_json, t_storage &stg) |
| #define CHECK_ISSPACE | ( | ) |
Definition at line 42 of file portable_storage_from_json.h.
| #define EPEE_JSON_RECURSION_LIMIT_INTERNAL 100 |
Definition at line 33 of file portable_storage_from_json.h.