_Scan_for_wspace< _Traits > Struct Template ReferenceList of all members.
Detailed Descriptiontemplate<class _Traits>
|
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 >::second_argument_type |
Definition at line 81 of file _istream.c.
typedef char_type* _Scan_for_wspace< _Traits >::result_type |
Definition at line 82 of file _istream.c.
_Scan_for_wspace< _Traits >::_Scan_for_wspace | ( | const ctype< char_type > * | __ctype | ) | [inline] |
Definition at line 86 of file _istream.c.
const char_type* _Scan_for_wspace< _Traits >::operator() | ( | const char_type * | __first, | |
const char_type * | __last | |||
) | const [inline] |
Definition at line 88 of file _istream.c.
References _Scan_for_wspace< _Traits >::_M_ctype, and ctype_base::space.
const ctype<char_type>* _Scan_for_wspace< _Traits >::_M_ctype |