_Scan_for_not_wspace< _Traits > Struct Template ReferenceList of all members.
Detailed Descriptiontemplate<class _Traits>
|
typedef _Traits::char_type _Scan_for_not_wspace< _Traits >::char_type |
Definition at line 113 of file _istream.c.
typedef char_type* _Scan_for_not_wspace< _Traits >::first_argument_type |
Definition at line 114 of file _istream.c.
typedef char_type* _Scan_for_not_wspace< _Traits >::second_argument_type |
Definition at line 115 of file _istream.c.
typedef char_type* _Scan_for_not_wspace< _Traits >::result_type |
Definition at line 116 of file _istream.c.
_Scan_for_not_wspace< _Traits >::_Scan_for_not_wspace | ( | const ctype< char_type > * | __c_type | ) | [inline] |
Definition at line 120 of file _istream.c.
const char_type* _Scan_for_not_wspace< _Traits >::operator() | ( | const char_type * | __first, | |
const char_type * | __last | |||
) | const [inline] |
Definition at line 122 of file _istream.c.
References _Scan_for_not_wspace< _Traits >::_M_ctype, and ctype_base::space.
const ctype<char_type>* _Scan_for_not_wspace< _Traits >::_M_ctype |
Definition at line 118 of file _istream.c.
Referenced by _Scan_for_not_wspace< _Traits >::operator()().