ReactOS 0.4.16-dev-2-g02a6913
|
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_not_wspace (const ctype< char_type > *__c_type) | |
const char_type * | operator() (const char_type *__first, const char_type *__last) const |
Public Attributes | |
const ctype< char_type > * | _M_ctype |
Definition at line 112 of file _istream.c.
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 >::result_type |
Definition at line 116 of file _istream.c.
typedef char_type* _Scan_for_not_wspace< _Traits >::second_argument_type |
Definition at line 115 of file _istream.c.
|
inline |
Definition at line 120 of file _istream.c.
|
inline |
Definition at line 122 of file _istream.c.
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()().