ReactOS 0.4.16-dev-822-gbcedb53
|
#include <corecrt_internal_stdio_output.h>
Public Attributes | |
Character * | _buffer |
size_t | _buffer_count |
size_t | _buffer_used |
bool | _continue_count |
Definition at line 218 of file corecrt_internal_stdio_output.h.
Character* __crt_stdio_output::string_output_adapter_context< Character >::_buffer |
Definition at line 220 of file corecrt_internal_stdio_output.h.
Referenced by __crt_stdio_output::string_output_adapter< Character >::write_character(), and __crt_stdio_output::string_output_adapter< Character >::write_string().
size_t __crt_stdio_output::string_output_adapter_context< Character >::_buffer_count |
Definition at line 221 of file corecrt_internal_stdio_output.h.
Referenced by __crt_stdio_output::string_output_adapter< Character >::write_character(), and __crt_stdio_output::string_output_adapter< Character >::write_string().
size_t __crt_stdio_output::string_output_adapter_context< Character >::_buffer_used |
Definition at line 222 of file corecrt_internal_stdio_output.h.
Referenced by __crt_stdio_output::string_output_adapter< Character >::write_character(), and __crt_stdio_output::string_output_adapter< Character >::write_string().
bool __crt_stdio_output::string_output_adapter_context< Character >::_continue_count |
Definition at line 223 of file corecrt_internal_stdio_output.h.
Referenced by __crt_stdio_output::string_output_adapter< Character >::write_character(), and __crt_stdio_output::string_output_adapter< Character >::write_string().