ReactOS 0.4.16-dev-1133-g947c03e
|
#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 | |
console_input_adapter () throw () | |
bool | validate () const throw () |
int_type | get () throw () |
void | unget (int_type const c) throw () |
size_t | characters_read () const throw () |
Private Attributes | |
size_t | _characters_read |
Definition at line 32 of file corecrt_internal_stdio_input.h.
using __crt_stdio_input::console_input_adapter< Character >::char_type = Character |
Definition at line 37 of file corecrt_internal_stdio_input.h.
using __crt_stdio_input::console_input_adapter< Character >::int_type = typename traits::int_type |
Definition at line 38 of file corecrt_internal_stdio_input.h.
using __crt_stdio_input::console_input_adapter< Character >::traits = __acrt_stdio_char_traits<Character> |
Definition at line 36 of file corecrt_internal_stdio_input.h.
|
inline |
Definition at line 40 of file corecrt_internal_stdio_input.h.
|
inline |
Definition at line 68 of file corecrt_internal_stdio_input.h.
|
inline |
Definition at line 50 of file corecrt_internal_stdio_input.h.
|
inline |
Definition at line 59 of file corecrt_internal_stdio_input.h.
|
inline |
Definition at line 45 of file corecrt_internal_stdio_input.h.
|
private |