unary_negate< _Predicate > Class Template Reference

#include <_function.h>

Inheritance diagram for unary_negate< _Predicate >:

unary_function< _Arg, _Result > List of all members.

Public Types

typedef _Base::argument_type argument_type

Public Member Functions

 unary_negate (const _Predicate &__x)
bool operator() (_ArgParamType __x) const

Protected Attributes

_Predicate _M_pred

Detailed Description

template<class _Predicate>
class unary_negate< _Predicate >

Definition at line 136 of file _function.h.


Member Typedef Documentation

template<class _Predicate>
typedef _Base::argument_type unary_negate< _Predicate >::argument_type

Reimplemented from unary_function< _Arg, _Result >.

Definition at line 140 of file _function.h.


Constructor & Destructor Documentation

template<class _Predicate>
unary_negate< _Predicate >::unary_negate ( const _Predicate &  __x  )  [inline, explicit]

Definition at line 146 of file _function.h.


Member Function Documentation

template<class _Predicate>
bool unary_negate< _Predicate >::operator() ( _ArgParamType  __x  )  const [inline]

Definition at line 147 of file _function.h.

References unary_negate< _Predicate >::_M_pred.


Member Data Documentation

template<class _Predicate>
_Predicate unary_negate< _Predicate >::_M_pred [protected]

Definition at line 144 of file _function.h.

Referenced by unary_negate< _Predicate >::operator()().


The documentation for this class was generated from the following file:
  • /home/ntakagi/work/STLport-5.1.5/stlport/stl/_function.h



Generated on Mon Mar 10 15:33:04 2008 by  doxygen 1.5.1