RESTinio
|
Classes | |
struct | int16_parse_traits_t |
struct | int32_parse_traits_t |
struct | int64_parse_traits_t |
struct | int8_parse_traits_t |
struct | uint16_parse_traits_t |
struct | uint32_parse_traits_t |
struct | uint64_parse_traits_t |
struct | uint8_parse_traits_t |
Functions | |
template<typename C > | |
const C * | digits_mapping () |
template<typename Integer > | |
Integer | parse_integer_no_checks (const std::uint8_t *const mapping_table, const char *data_begin, const char *data_end, bool apply_minus_sign, std::true_type) |
template<typename Integer > | |
Integer | parse_integer_no_checks (const std::uint8_t *const mapping_table, const char *data_begin, const char *data_end, bool, std::false_type) |
template<typename Traits > | |
Traits::type_t | parse_integer (const char *data_begin, const char *data_end) |
const C * restinio::utils::details::digits_mapping | ( | ) |
Definition at line 11 of file from_string_details.ipp.
Traits::type_t restinio::utils::details::parse_integer | ( | const char * | data_begin, |
const char * | data_end | ||
) |
Definition at line 329 of file from_string_details.ipp.
Integer restinio::utils::details::parse_integer_no_checks | ( | const std::uint8_t *const | mapping_table, |
const char * | data_begin, | ||
const char * | data_end, | ||
bool | apply_minus_sign, | ||
std::true_type | |||
) |
Definition at line 285 of file from_string_details.ipp.