Monero
Loading...
Searching...
No Matches
parserse_base_utils.h File Reference
#include <boost/utility/string_ref_fwd.hpp>
#include <string>
#include <cstdint>
Include dependency graph for parserse_base_utils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  epee
 TODO: (mj-xmr) This will be reduced in an another PR.
namespace  epee::misc_utils
namespace  epee::misc_utils::parse

Functions

bool epee::misc_utils::parse::isspace (char c)
bool epee::misc_utils::parse::isdigit (char c)
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)

Variables

static const constexpr uint8_t epee::misc_utils::parse::lut [256]
static const constexpr unsigned char epee::misc_utils::parse::isx [256]