|
NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <ascii_number.h>
Public Attributes | |
| int64_t | exponent {0} |
| uint64_t | mantissa {0} |
| const char * | lastmatch {nullptr} |
| bool | negative {false} |
| bool | valid {false} |
| bool | too_many_digits {false} |
| byte_span | integer {} |
| byte_span | fraction {} |
Definition at line 73 of file ascii_number.h.
| int64_t fast_float::parsed_number_string::exponent {0} |
Definition at line 74 of file ascii_number.h.
Referenced by fast_float::from_chars_advanced(), and fast_float::parse_number_string().
| byte_span fast_float::parsed_number_string::fraction {} |
Definition at line 82 of file ascii_number.h.
Referenced by fast_float::parse_number_string().
| byte_span fast_float::parsed_number_string::integer {} |
Definition at line 81 of file ascii_number.h.
Referenced by fast_float::parse_number_string().
| const char* fast_float::parsed_number_string::lastmatch {nullptr} |
Definition at line 76 of file ascii_number.h.
Referenced by fast_float::from_chars_advanced(), and fast_float::parse_number_string().
| uint64_t fast_float::parsed_number_string::mantissa {0} |
Definition at line 75 of file ascii_number.h.
Referenced by fast_float::from_chars_advanced(), and fast_float::parse_number_string().
| bool fast_float::parsed_number_string::negative {false} |
Definition at line 77 of file ascii_number.h.
Referenced by fast_float::from_chars_advanced(), and fast_float::parse_number_string().
| bool fast_float::parsed_number_string::too_many_digits {false} |
Definition at line 79 of file ascii_number.h.
Referenced by fast_float::from_chars_advanced(), and fast_float::parse_number_string().
| bool fast_float::parsed_number_string::valid {false} |
Definition at line 78 of file ascii_number.h.
Referenced by fast_float::from_chars_advanced(), and fast_float::parse_number_string().