ReactOS 0.4.16-dev-822-gbcedb53
|
#include <corecrt_internal_stdio_output.h>
Protected Types | |
using | common_data_base = typename standard_base< Character, OutputAdapter >::template output_adapter_data< Character, OutputAdapter >::template common_data< Character > |
![]() | |
using | common_data_base = typename output_adapter_data< Character, OutputAdapter >::template common_data< Character > |
Static Protected Member Functions | |
static unsigned | state_count () throw () |
static printf_state_transition_table const & | state_transition_table () throw () |
![]() | |
static unsigned | state_count () throw () |
static printf_state_transition_table const & | state_transition_table () throw () |
Additional Inherited Members | |
![]() | |
OutputAdapter | _output_adapter |
![]() | |
uint64_t | _options |
__crt_cached_ptd_host & | _ptd |
Character const * | _format_it |
va_list | _valist_it |
int | _characters_written |
state | _state |
unsigned | _flags |
int | _field_width |
int | _precision |
length_modifier | _length |
bool | _suppress_output |
Character | _format_char |
union { | |
char * _narrow_string | |
wchar_t * _wide_string | |
}; | |
int | _string_length |
bool | _string_is_wide |
formatting_buffer | _buffer |
Definition at line 1144 of file corecrt_internal_stdio_output.h.
|
protected |
Definition at line 1149 of file corecrt_internal_stdio_output.h.
|
inlineprotected |
Definition at line 1154 of file corecrt_internal_stdio_output.h.
|
inlinestaticprotected |
Definition at line 1170 of file corecrt_internal_stdio_output.h.
|
inlinestaticprotected |
Definition at line 1175 of file corecrt_internal_stdio_output.h.
|
inlineprotected |
Definition at line 1159 of file corecrt_internal_stdio_output.h.
Referenced by __crt_stdio_output::positional_parameter_base< Character, OutputAdapter >::validate_and_update_state_at_end_of_format_string().