|
ReactOS 0.4.16-dev-1946-g52006dd
|
Classes | |
| class | console_input_adapter |
| class | format_string_parser |
| class | input_processor |
| class | scanset_buffer |
| class | scanset_storage |
| class | scanset_storage< sizeof(char)> |
| class | scanset_storage< sizeof(wchar_t)> |
| class | stream_input_adapter |
| class | string_input_adapter |
| struct | uintn_t_impl |
| struct | uintn_t_impl< 4 > |
| struct | uintn_t_impl< 8 > |
Typedefs | |
| template<size_t N> | |
| using | uintn_t = typename uintn_t_impl< N >::type |
Enumerations | |
| enum class | format_directive_kind { unknown_error , end_of_string , whitespace , literal_character , conversion_specifier } |
| enum class | length_modifier { none , hh , h , l , ll , j , z , t , L , I32 , I64 , T , enumerator_count } |
| enum class | conversion_mode { character , string , signed_unknown , signed_decimal , unsigned_octal , unsigned_decimal , unsigned_hexadecimal , floating_point , scanset , report_character_count , enumerator_count } |
Functions | |
| template<template< typename > class InputAdapter, typename Character > | |
| __acrt_stdio_char_traits< Character >::int_type __cdecl | skip_whitespace (InputAdapter< Character > &adapter, _locale_t const locale) |
| size_t __cdecl | to_integer_length (length_modifier const length) throw () |
| size_t __cdecl | to_floating_point_length (length_modifier const length) throw () |
| bool __cdecl | is_length_valid (conversion_mode const mode, length_modifier const length) throw () |
| using __crt_stdio_input::uintn_t = typedef typename uintn_t_impl<N>::type |
Definition at line 448 of file corecrt_internal_stdio_input.h.
| Enumerator | |
|---|---|
| character | |
| string | |
| signed_unknown | |
| signed_decimal | |
| unsigned_octal | |
| unsigned_decimal | |
| unsigned_hexadecimal | |
| floating_point | |
| scanset | |
| report_character_count | |
| enumerator_count | |
Definition at line 401 of file corecrt_internal_stdio_input.h.
| Enumerator | |
|---|---|
| unknown_error | |
| end_of_string | |
| whitespace | |
| literal_character | |
| conversion_specifier | |
Definition at line 340 of file corecrt_internal_stdio_input.h.
| Enumerator | |
|---|---|
| none | |
| hh | |
| h | |
| l | |
| ll | |
| j | |
| z | |
| t | |
| L | |
| I32 | |
| I64 | |
| T | |
| enumerator_count | |
Definition at line 349 of file corecrt_internal_stdio_input.h.
|
inline | ||||||||||||||||||||
Definition at line 421 of file corecrt_internal_stdio_input.h.
Referenced by __crt_stdio_input::format_string_parser< Character >::advance().
| __acrt_stdio_char_traits< Character >::int_type __cdecl __crt_stdio_input::skip_whitespace | ( | InputAdapter< Character > & | adapter, |
| _locale_t const | locale | ||
| ) |
Definition at line 195 of file corecrt_internal_stdio_input.h.
|
inline | ||||||||||||||
Definition at line 387 of file corecrt_internal_stdio_input.h.
Referenced by __crt_stdio_input::format_string_parser< Character >::length().
|
inline | ||||||||||||||
Definition at line 366 of file corecrt_internal_stdio_input.h.
Referenced by __crt_stdio_input::format_string_parser< Character >::length().