_Is_wspace_null< _Traits > Struct Template Reference

List of all members.

Public Types

typedef _Traits::char_type argument_type
typedef bool result_type

Public Member Functions

 _Is_wspace_null (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_wspace_null< _Traits >

Definition at line 64 of file _istream.c.


Member Typedef Documentation

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

Definition at line 65 of file _istream.c.

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

Definition at line 66 of file _istream.c.


Constructor & Destructor Documentation

template<class _Traits>
_Is_wspace_null< _Traits >::_Is_wspace_null ( const ctype< argument_type > *  __c_type  )  [inline]

Definition at line 70 of file _istream.c.


Member Function Documentation

template<class _Traits>
bool _Is_wspace_null< _Traits >::operator() ( argument_type  __c  )  const [inline]

Definition at line 71 of file _istream.c.

References _Is_wspace_null< _Traits >::_M_ctype, and ctype_base::space.


Member Data Documentation

template<class _Traits>
const ctype<argument_type>* _Is_wspace_null< _Traits >::_M_ctype

Definition at line 68 of file _istream.c.

Referenced by _Is_wspace_null< _Traits >::operator()().


The documentation for this struct was generated from the following file:
  • /home/ntakagi/work/STLport-5.1.5/stlport/stl/_istream.c



Generated on Mon Mar 10 15:32:54 2008 by  doxygen 1.5.1