ReactOS 0.4.15-dev-7834-g00c4b3d
_Is_not_wspace< _Traits > Struct Template Reference
Collaboration diagram for _Is_not_wspace< _Traits >:

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
 

Detailed Description

template<class _Traits>
struct _Is_not_wspace< _Traits >

Definition at line 52 of file _istream.c.

Member Typedef Documentation

◆ argument_type

template<class _Traits >
typedef _Traits::char_type _Is_not_wspace< _Traits >::argument_type

Definition at line 53 of file _istream.c.

◆ result_type

template<class _Traits >
typedef bool _Is_not_wspace< _Traits >::result_type

Definition at line 54 of file _istream.c.

Constructor & Destructor Documentation

◆ _Is_not_wspace()

template<class _Traits >
_Is_not_wspace< _Traits >::_Is_not_wspace ( const ctype< argument_type > *  __c_type)
inline

Definition at line 58 of file _istream.c.

58: _M_ctype(__c_type) {}
const ctype< argument_type > * _M_ctype
Definition: _istream.c:56

Member Function Documentation

◆ operator()()

template<class _Traits >
bool _Is_not_wspace< _Traits >::operator() ( argument_type  __c) const
inline

Definition at line 59 of file _istream.c.

60 { return !_M_ctype->is(ctype_base::space, __c); }
@ space
Definition: _ctype.h:42
#define __c
Definition: schilyio.h:209

Member Data Documentation

◆ _M_ctype

template<class _Traits >
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()().


The documentation for this struct was generated from the following file: