|
Monero
|
#include "storages/parserse_base_utils.h"#include "misc_log_ex.h"#include <boost/utility/string_ref.hpp>#include <algorithm>
Namespaces | |
| namespace | epee |
| TODO: (mj-xmr) This will be reduced in an another PR. | |
| namespace | epee::misc_utils |
| namespace | epee::misc_utils::parse |
Macros | |
| #define | MONERO_DEFAULT_LOG_CATEGORY "serialization" |
Functions | |
| std::string | epee::misc_utils::parse::transform_to_escape_sequence (const std::string &src) |
| void | epee::misc_utils::parse::match_string2 (std::string::const_iterator &star_end_string, std::string::const_iterator buf_end, std::string &val) |
| void | epee::misc_utils::parse::match_number2 (std::string::const_iterator &star_end_string, std::string::const_iterator buf_end, boost::string_ref &val, bool &is_float_val, bool &is_signed_val) |
| void | epee::misc_utils::parse::match_word2 (std::string::const_iterator &star_end_string, std::string::const_iterator buf_end, boost::string_ref &val) |
| #define MONERO_DEFAULT_LOG_CATEGORY "serialization" |