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 | unsigned_char_type = typename traits::unsigned_char_type |
using | int_type = typename traits::int_type |
Public Member Functions | |
string_input_adapter (char_type const *const string, size_t const length) throw () | |
bool | validate () throw () |
int_type | get () throw () |
void | unget (int_type const c) throw () |
size_t | characters_read () const throw () |
Private Attributes | |
char_type const * | _first |
char_type const * | _last |
char_type const * | _it |
Definition at line 130 of file corecrt_internal_stdio_input.h.
using __crt_stdio_input::string_input_adapter< Character >::char_type = Character |
Definition at line 135 of file corecrt_internal_stdio_input.h.
using __crt_stdio_input::string_input_adapter< Character >::int_type = typename traits::int_type |
Definition at line 137 of file corecrt_internal_stdio_input.h.
using __crt_stdio_input::string_input_adapter< Character >::traits = __acrt_stdio_char_traits<Character> |
Definition at line 134 of file corecrt_internal_stdio_input.h.
using __crt_stdio_input::string_input_adapter< Character >::unsigned_char_type = typename traits::unsigned_char_type |
Definition at line 136 of file corecrt_internal_stdio_input.h.
|
inline |
Definition at line 139 of file corecrt_internal_stdio_input.h.
|
inline |
Definition at line 177 of file corecrt_internal_stdio_input.h.
|
inline |
Definition at line 154 of file corecrt_internal_stdio_input.h.
|
inline |
Definition at line 166 of file corecrt_internal_stdio_input.h.
|
inline |
Definition at line 147 of file corecrt_internal_stdio_input.h.
|
private |
Definition at line 184 of file corecrt_internal_stdio_input.h.
Referenced by __crt_stdio_input::string_input_adapter< Character >::characters_read(), and __crt_stdio_input::string_input_adapter< Character >::unget().
|
private |
Definition at line 186 of file corecrt_internal_stdio_input.h.
Referenced by __crt_stdio_input::string_input_adapter< Character >::characters_read(), __crt_stdio_input::string_input_adapter< Character >::get(), __crt_stdio_input::string_input_adapter< Character >::unget(), and __crt_stdio_input::string_input_adapter< Character >::validate().
|
private |