![]() |
DAW JSON Link
|
Go to the source code of this file.
Namespaces | |
daw | |
daw::json | |
daw::json::DAW_JSON_VER | |
daw::json::DAW_JSON_VER::json_details | |
daw::json::DAW_JSON_VER::json_details::parsed_constants | |
Functions | |
static constexpr DAW_ATTRIB_FLATINLINE unsigned | daw::json::DAW_JSON_VER::json_details::parse_digit (char c) |
Variables | |
static constexpr unsigned | daw::json::DAW_JSON_VER::json_details::parsed_constants::decimal_char = parse_digit( '.' ) |
static constexpr unsigned | daw::json::DAW_JSON_VER::json_details::parsed_constants::e_char = parse_digit( 'e' ) |
static constexpr unsigned | daw::json::DAW_JSON_VER::json_details::parsed_constants::E_char = parse_digit( 'E' ) |
static constexpr unsigned | daw::json::DAW_JSON_VER::json_details::parsed_constants::minus_char = parse_digit( '-' ) |
static constexpr unsigned | daw::json::DAW_JSON_VER::json_details::parsed_constants::plus_char = parse_digit( '+' ) |