ReactOS 0.4.16-dev-36-g301675c
|
Public Types | |
typedef _Traits::char_type | char_type |
typedef _Traits::int_type | int_type |
typedef char_type * | first_argument_type |
typedef char_type * | second_argument_type |
typedef char_type * | result_type |
Public Member Functions | |
_Scan_for_int_val (int_type __val) | |
const char_type * | operator() (const char_type *__first, const char_type *__last) const |
Public Attributes | |
int_type | _M_val |
Definition at line 145 of file _istream.c.
typedef _Traits::char_type _Scan_for_int_val< _Traits >::char_type |
Definition at line 146 of file _istream.c.
typedef char_type* _Scan_for_int_val< _Traits >::first_argument_type |
Definition at line 148 of file _istream.c.
typedef _Traits::int_type _Scan_for_int_val< _Traits >::int_type |
Definition at line 147 of file _istream.c.
typedef char_type* _Scan_for_int_val< _Traits >::result_type |
Definition at line 150 of file _istream.c.
typedef char_type* _Scan_for_int_val< _Traits >::second_argument_type |
Definition at line 149 of file _istream.c.
|
inline |
Definition at line 154 of file _istream.c.
|
inline |
Definition at line 157 of file _istream.c.
int_type _Scan_for_int_val< _Traits >::_M_val |
Definition at line 152 of file _istream.c.