unary_compose< _Operation1, _Operation2 > Class Template Reference

#include <_function.h>

Inheritance diagram for unary_compose< _Operation1, _Operation2 >:

unary_function< _Arg, _Result > List of all members.

Public Types

typedef _Base::argument_type argument_type
typedef _Base::result_type result_type

Public Member Functions

 unary_compose (const _Operation1 &__x, const _Operation2 &__y)
result_type operator() (_ArgParamType __x) const

Protected Attributes

_Operation1 _M_fn1
_Operation2 _M_fn2

Detailed Description

template<class _Operation1, class _Operation2>
class unary_compose< _Operation1, _Operation2 >

Definition at line 255 of file _function.h.


Member Typedef Documentation

template<class _Operation1, class _Operation2>
typedef _Base::argument_type unary_compose< _Operation1, _Operation2 >::argument_type

Reimplemented from unary_function< _Arg, _Result >.

Definition at line 261 of file _function.h.

template<class _Operation1, class _Operation2>
typedef _Base::result_type unary_compose< _Operation1, _Operation2 >::result_type

Reimplemented from unary_function< _Arg, _Result >.

Definition at line 262 of file _function.h.


Constructor & Destructor Documentation

template<class _Operation1, class _Operation2>
unary_compose< _Operation1, _Operation2 >::unary_compose ( const _Operation1 &  __x,
const _Operation2 &  __y 
) [inline]

Definition at line 269 of file _function.h.


Member Function Documentation

template<class _Operation1, class _Operation2>
result_type unary_compose< _Operation1, _Operation2 >::operator() ( _ArgParamType  __x  )  const [inline]


Member Data Documentation

template<class _Operation1, class _Operation2>
_Operation1 unary_compose< _Operation1, _Operation2 >::_M_fn1 [protected]

Definition at line 266 of file _function.h.

Referenced by unary_compose< _Operation1, _Operation2 >::operator()().

template<class _Operation1, class _Operation2>
_Operation2 unary_compose< _Operation1, _Operation2 >::_M_fn2 [protected]

Definition at line 267 of file _function.h.

Referenced by unary_compose< _Operation1, _Operation2 >::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