#include <corecrt_internal_strtox.h>
Definition at line 449 of file corecrt_internal_strtox.h.
◆ traits
◆ floating_point_value() [1/2]
__crt_strtox::floating_point_value::floating_point_value |
( |
double *const |
value | ) |
|
throw | ( | |
| ) | | |
|
inlineexplicit |
◆ floating_point_value() [2/2]
__crt_strtox::floating_point_value::floating_point_value |
( |
float *const |
value | ) |
|
throw | ( | |
| ) | | |
|
inlineexplicit |
◆ as_double()
double & __crt_strtox::floating_point_value::as_double |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
◆ as_float()
float & __crt_strtox::floating_point_value::as_float |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
◆ denormal_mantissa_mask()
uint64_t __crt_strtox::floating_point_value::denormal_mantissa_mask |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
◆ exponent_bias()
int32_t __crt_strtox::floating_point_value::exponent_bias |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
◆ exponent_bits()
int32_t __crt_strtox::floating_point_value::exponent_bits |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
◆ exponent_mask()
uint64_t __crt_strtox::floating_point_value::exponent_mask |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
◆ is_double()
bool __crt_strtox::floating_point_value::is_double |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
◆ mantissa_bits()
int32_t __crt_strtox::floating_point_value::mantissa_bits |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
◆ maximum_binary_exponent()
int32_t __crt_strtox::floating_point_value::maximum_binary_exponent |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
◆ minimum_binary_exponent()
int32_t __crt_strtox::floating_point_value::minimum_binary_exponent |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
◆ normal_mantissa_mask()
uint64_t __crt_strtox::floating_point_value::normal_mantissa_mask |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
◆ special_nan_mantissa_mask()
uint64_t __crt_strtox::floating_point_value::special_nan_mantissa_mask |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
◆ _is_double
bool __crt_strtox::floating_point_value::_is_double |
|
private |
Definition at line 499 of file corecrt_internal_strtox.h.
Referenced by as_double(), as_float(), denormal_mantissa_mask(), exponent_bias(), exponent_bits(), exponent_mask(), is_double(), mantissa_bits(), maximum_binary_exponent(), minimum_binary_exponent(), normal_mantissa_mask(), and special_nan_mantissa_mask().
◆ _value
void* __crt_strtox::floating_point_value::_value |
|
private |
The documentation for this class was generated from the following file: