ReactOS 0.4.16-dev-289-g096a551
|
Public Types | |
typedef _Traits::char_type | argument_type |
typedef bool | result_type |
Public Member Functions | |
_Is_not_wspace (const ctype< argument_type > *__c_type) | |
bool | operator() (argument_type __c) const |
Public Attributes | |
const ctype< argument_type > * | _M_ctype |
Definition at line 52 of file _istream.c.
typedef _Traits::char_type _Is_not_wspace< _Traits >::argument_type |
Definition at line 53 of file _istream.c.
typedef bool _Is_not_wspace< _Traits >::result_type |
Definition at line 54 of file _istream.c.
|
inline |
Definition at line 58 of file _istream.c.
|
inline |
Definition at line 59 of file _istream.c.
const ctype<argument_type>* _Is_not_wspace< _Traits >::_M_ctype |
Definition at line 56 of file _istream.c.
Referenced by _Is_not_wspace< _Traits >::operator()().