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

Public Types | |
| using | traits = __acrt_stdio_char_traits< Character > |
| using | char_type = Character |
| using | int_type = typename traits::int_type |
Public Member Functions | |
| stream_input_adapter (FILE *const public_stream) throw () | |
| bool | validate () const throw () |
| int_type | get () throw () |
| void | unget (int_type const c) throw () |
| size_t | characters_read () const throw () |
Private Attributes | |
| __crt_stdio_stream | _stream |
| size_t | _characters_read |
Definition at line 79 of file corecrt_internal_stdio_input.h.
| using __crt_stdio_input::stream_input_adapter< Character >::char_type = Character |
Definition at line 84 of file corecrt_internal_stdio_input.h.
| using __crt_stdio_input::stream_input_adapter< Character >::int_type = typename traits::int_type |
Definition at line 85 of file corecrt_internal_stdio_input.h.
| using __crt_stdio_input::stream_input_adapter< Character >::traits = __acrt_stdio_char_traits<Character> |
Definition at line 83 of file corecrt_internal_stdio_input.h.
|
inline | ||||||||||||||
Definition at line 87 of file corecrt_internal_stdio_input.h.
|
inline | |||||||||||||
Definition at line 118 of file corecrt_internal_stdio_input.h.
|
inline | |||||||||||||
Definition at line 100 of file corecrt_internal_stdio_input.h.
|
inline | ||||||||||||||
Definition at line 109 of file corecrt_internal_stdio_input.h.
|
inline | |||||||||||||
Definition at line 93 of file corecrt_internal_stdio_input.h.
|
private |
|
private |