ReactOS 0.4.16-dev-92-g0c2cdca
|
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_wspace (const ctype< char_type > *__ctype) | |
const char_type * | operator() (const char_type *__first, const char_type *__last) const |
Public Attributes | |
const ctype< char_type > * | _M_ctype |
Definition at line 78 of file _istream.c.
typedef _Traits::char_type _Scan_for_wspace< _Traits >::char_type |
Definition at line 79 of file _istream.c.
typedef char_type* _Scan_for_wspace< _Traits >::first_argument_type |
Definition at line 80 of file _istream.c.
typedef char_type* _Scan_for_wspace< _Traits >::result_type |
Definition at line 82 of file _istream.c.
typedef char_type* _Scan_for_wspace< _Traits >::second_argument_type |
Definition at line 81 of file _istream.c.
|
inline |
Definition at line 86 of file _istream.c.
|
inline |
Definition at line 88 of file _istream.c.
const ctype<char_type>* _Scan_for_wspace< _Traits >::_M_ctype |
Definition at line 84 of file _istream.c.
Referenced by _Scan_for_wspace< _Traits >::operator()().