std::binder1st< _Operation > Class Template Reference
[Binder Classes]

One of the binder functors. More...

#include <stl_function.h>

Inheritance diagram for std::binder1st< _Operation >:

std::unary_function< _Arg, _Result > List of all members.

Public Member Functions

 binder1st (const _Operation &__x, const typename _Operation::first_argument_type &__y)
_Operation::result_type operator() (const typename _Operation::second_argument_type &__x) const
_Operation::result_type operator() (typename _Operation::second_argument_type &__x) const

Protected Attributes

_Operation op
_Operation::first_argument_type value

Detailed Description

template<class _Operation>
class std::binder1st< _Operation >

One of the binder functors.

Definition at line 392 of file stl_function.h.


Constructor & Destructor Documentation

template<class _Operation>
std::binder1st< _Operation >::binder1st const _Operation &  __x,
const typename _Operation::first_argument_type &  __y
[inline]
 

Definition at line 400 of file stl_function.h.

References std::binder1st< _Operation >::op.


Member Function Documentation

template<class _Operation>
_Operation::result_type std::binder1st< _Operation >::operator() typename _Operation::second_argument_type &  __x  )  const [inline]
 

Definition at line 411 of file stl_function.h.

References std::binder1st< _Operation >::op.

template<class _Operation>
_Operation::result_type std::binder1st< _Operation >::operator() const typename _Operation::second_argument_type &  __x  )  const [inline]
 

Definition at line 405 of file stl_function.h.

References std::binder1st< _Operation >::op.


Member Data Documentation

template<class _Operation>
_Operation std::binder1st< _Operation >::op [protected]
 

Definition at line 397 of file stl_function.h.

Referenced by std::binder1st< _Operation >::binder1st(), and std::binder1st< _Operation >::operator()().

template<class _Operation>
_Operation::first_argument_type std::binder1st< _Operation >::value [protected]
 

Definition at line 398 of file stl_function.h.


The documentation for this class was generated from the following file:
Generated on Tue Jan 30 17:32:15 2007 for GNU C++ STL by doxygen 1.3.6