![]() |
MOS Source Code
|
Public Attributes | |
bool | left_aligned = false |
bool | show_sign = false |
bool | space_if_positive = false |
bool | pad_with_zero = false |
bool | hash = false |
s32 | minimum_width = 0 |
bool | has_explicit_precision = false |
s32 | precision = 0 |
length_modifier_t | length = length_modifier_t::LM_none |
Definition at line 31 of file mos_stdio_impl.cpp.
Definition at line 33 of file mos_stdio_impl.cpp.
Referenced by parse_printf_flags(), printf_cs(), and printf_diouxX().
Definition at line 34 of file mos_stdio_impl.cpp.
Referenced by parse_printf_flags(), printf_cs(), and printf_diouxX().
Definition at line 35 of file mos_stdio_impl.cpp.
Referenced by parse_printf_flags(), printf_cs(), and printf_diouxX().
Definition at line 36 of file mos_stdio_impl.cpp.
Referenced by parse_printf_flags(), printf_cs(), and printf_diouxX().
Definition at line 41 of file mos_stdio_impl.cpp.
Referenced by parse_printf_flags(), printf_cs(), and printf_diouxX().
s32 minimum_width = 0 |
Definition at line 51 of file mos_stdio_impl.cpp.
Referenced by parse_printf_flags(), printf_cs(), and printf_diouxX().
Definition at line 53 of file mos_stdio_impl.cpp.
Referenced by parse_printf_flags(), printf_cs(), and printf_diouxX().
s32 precision = 0 |
Definition at line 58 of file mos_stdio_impl.cpp.
Referenced by parse_printf_flags(), printf_cs(), and printf_diouxX().
Definition at line 60 of file mos_stdio_impl.cpp.
Referenced by parse_printf_flags(), printf_diouxX(), and vsnprintf().