|
FreeBASIC
0.91.0
|
Data Fields | |
| eMaskType | mask_type |
| int | has_decimal_point |
| int | has_thousand_sep |
| int | has_percent |
| int | has_exponent |
| int | exponent_add_plus |
| int | has_sign |
| int | sign_add_plus |
| int | num_digits_fix |
| int | num_digits_frac |
| int | num_digits_omit |
| int | exp_digits |
| int | has_ampm |
| ssize_t | length_min |
| ssize_t | length_opt |
Definition at line 12 of file str_format.c.
| int _FormatMaskInfo::exp_digits |
Definition at line 25 of file str_format.c.
| int _FormatMaskInfo::exponent_add_plus |
Definition at line 19 of file str_format.c.
| int _FormatMaskInfo::has_ampm |
Definition at line 27 of file str_format.c.
| int _FormatMaskInfo::has_decimal_point |
Definition at line 15 of file str_format.c.
| int _FormatMaskInfo::has_exponent |
Definition at line 18 of file str_format.c.
| int _FormatMaskInfo::has_percent |
Definition at line 17 of file str_format.c.
| int _FormatMaskInfo::has_sign |
Definition at line 20 of file str_format.c.
| int _FormatMaskInfo::has_thousand_sep |
Definition at line 16 of file str_format.c.
| ssize_t _FormatMaskInfo::length_min |
Definition at line 29 of file str_format.c.
| ssize_t _FormatMaskInfo::length_opt |
Definition at line 30 of file str_format.c.
| eMaskType _FormatMaskInfo::mask_type |
Definition at line 13 of file str_format.c.
| int _FormatMaskInfo::num_digits_fix |
Definition at line 22 of file str_format.c.
| int _FormatMaskInfo::num_digits_frac |
Definition at line 23 of file str_format.c.
| int _FormatMaskInfo::num_digits_omit |
Definition at line 24 of file str_format.c.
| int _FormatMaskInfo::sign_add_plus |
Definition at line 21 of file str_format.c.