|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <corecrt_internal_stdio_output.h>


Protected Member Functions | |
| output_adapter_data (OutputAdapter const &output_adapter, uint64_t const options, Character const *const format, __crt_cached_ptd_host &ptd, va_list const arglist) throw () | |
Protected Member Functions inherited from __crt_stdio_output::common_data< Character > | |
| common_data (__crt_cached_ptd_host &ptd) | |
| char *& | tchar_string (char) throw () |
| wchar_t *& | tchar_string (wchar_t) throw () |
| Character *& | tchar_string () throw () |
Protected Attributes | |
| OutputAdapter | _output_adapter |
Protected Attributes inherited from __crt_stdio_output::common_data< Character > | |
| 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 996 of file corecrt_internal_stdio_output.h.
|
inlineprotected | ||||||||||||||||||||||||||||||||
Definition at line 1005 of file corecrt_internal_stdio_output.h.
|
protected |
Definition at line 1022 of file corecrt_internal_stdio_output.h.