ReactOS 0.4.16-dev-1133-g947c03e
|
#include <corecrt_internal_stdio_input.h>
Public Member Functions | |
bool | is_usable () throw () |
void | set (UnsignedCharacter const c) throw () |
bool | test (UnsignedCharacter const c) const throw () |
void | reset () throw () |
void | invert () throw () |
Private Attributes | |
scanset_storage< sizeof(UnsignedCharacter)> | _storage |
Definition at line 285 of file corecrt_internal_stdio_input.h.
|
inline |
Definition at line 313 of file corecrt_internal_stdio_input.h.
Referenced by __crt_stdio_input::format_string_parser< Character >::scan_scanset_range().
|
inline |
Definition at line 289 of file corecrt_internal_stdio_input.h.
Referenced by __crt_stdio_input::format_string_parser< Character >::scan_scanset_range().
|
inline |
Definition at line 304 of file corecrt_internal_stdio_input.h.
Referenced by __crt_stdio_input::format_string_parser< Character >::scan_scanset_range().
|
inline |
Definition at line 294 of file corecrt_internal_stdio_input.h.
Referenced by __crt_stdio_input::format_string_parser< Character >::scan_scanset_range().
|
inline |
Definition at line 299 of file corecrt_internal_stdio_input.h.
Referenced by __crt_stdio_input::input_processor< Character, InputAdapter >::is_character_allowed_in_string().
|
private |
Definition at line 326 of file corecrt_internal_stdio_input.h.
Referenced by __crt_stdio_input::scanset_buffer< UnsignedCharacter >::invert(), __crt_stdio_input::scanset_buffer< UnsignedCharacter >::is_usable(), __crt_stdio_input::scanset_buffer< UnsignedCharacter >::reset(), __crt_stdio_input::scanset_buffer< UnsignedCharacter >::set(), and __crt_stdio_input::scanset_buffer< UnsignedCharacter >::test().