binary_compose< _Operation1, _Operation2, _Operation3 > Class Template Reference

#include <_function.h>

Inheritance diagram for binary_compose< _Operation1, _Operation2, _Operation3 >:

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

 binary_compose (const _Operation1 &__x, const _Operation2 &__y, const _Operation3 &__z)
result_type operator() (_ArgParamType __x) const

Protected Attributes

_Operation1 _M_fn1
_Operation2 _M_fn2
_Operation3 _M_fn3

Detailed Description

template<class _Operation1, class _Operation2, class _Operation3>
class binary_compose< _Operation1, _Operation2, _Operation3 >

Definition at line 284 of file _function.h.


Member Typedef Documentation

template<class _Operation1, class _Operation2, class _Operation3>
typedef _Base::argument_type binary_compose< _Operation1, _Operation2, _Operation3 >::argument_type

Reimplemented from unary_function< _Arg, _Result >.

Definition at line 290 of file _function.h.

template<class _Operation1, class _Operation2, class _Operation3>
typedef _Base::result_type binary_compose< _Operation1, _Operation2, _Operation3 >::result_type

Reimplemented from unary_function< _Arg, _Result >.

Definition at line 291 of file _function.h.


Constructor & Destructor Documentation

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

Definition at line 299 of file _function.h.


Member Function Documentation

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


Member Data Documentation

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

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

template<class _Operation1, class _Operation2, class _Operation3>
_Operation3 binary_compose< _Operation1, _Operation2, _Operation3 >::_M_fn3 [protected]


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:32:58 2008 by  doxygen 1.5.1