ReactOS 0.4.16-dev-38-g96c65e9
|
Public Types | |
typedef _Traits::char_type | char_type |
typedef char_type * | first_argument_type |
typedef char_type * | second_argument_type |
typedef char_type * | result_type |
Public Member Functions | |
_Scan_for_char_val (char_type __val) | |
const char_type * | operator() (const char_type *__first, const char_type *__last) const |
Public Attributes | |
char_type | _M_val |
Definition at line 128 of file _istream.c.
typedef _Traits::char_type _Scan_for_char_val< _Traits >::char_type |
Definition at line 129 of file _istream.c.
typedef char_type* _Scan_for_char_val< _Traits >::first_argument_type |
Definition at line 130 of file _istream.c.
typedef char_type* _Scan_for_char_val< _Traits >::result_type |
Definition at line 132 of file _istream.c.
typedef char_type* _Scan_for_char_val< _Traits >::second_argument_type |
Definition at line 131 of file _istream.c.
|
inline |
Definition at line 136 of file _istream.c.
|
inline |
Definition at line 139 of file _istream.c.
char_type _Scan_for_char_val< _Traits >::_M_val |
Definition at line 134 of file _istream.c.
Referenced by _Scan_for_char_val< _Traits >::operator()().