std::pointer_to_unary_function< _Arg, _Result > Class Template Reference
[Adaptors for pointers to functions]

One of the adaptors for function pointers. More...

#include <stl_function.h>

Inheritance diagram for std::pointer_to_unary_function< _Arg, _Result >:

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

Public Member Functions

 pointer_to_unary_function ()
 pointer_to_unary_function (_Result(*__x)(_Arg))
_Result operator() (_Arg __x) const

Protected Attributes

_Result(* _M_ptr )(_Arg)

Detailed Description

template<class _Arg, class _Result>
class std::pointer_to_unary_function< _Arg, _Result >

One of the adaptors for function pointers.

Definition at line 481 of file stl_function.h.


Constructor & Destructor Documentation

template<class _Arg, class _Result>
std::pointer_to_unary_function< _Arg, _Result >::pointer_to_unary_function  )  [inline]
 

Definition at line 486 of file stl_function.h.

template<class _Arg, class _Result>
std::pointer_to_unary_function< _Arg, _Result >::pointer_to_unary_function _Result(*  __x)(_Arg)  )  [inline, explicit]
 

Definition at line 489 of file stl_function.h.

References std::pointer_to_unary_function< _Arg, _Result >::_M_ptr.


Member Function Documentation

template<class _Arg, class _Result>
_Result std::pointer_to_unary_function< _Arg, _Result >::operator() _Arg  __x  )  const [inline]
 

Definition at line 493 of file stl_function.h.

References std::pointer_to_unary_function< _Arg, _Result >::_M_ptr.


Member Data Documentation

template<class _Arg, class _Result>
_Result(* std::pointer_to_unary_function< _Arg, _Result >::_M_ptr)(_Arg) [protected]
 

Referenced by std::pointer_to_unary_function< _Arg, _Result >::operator()(), and std::pointer_to_unary_function< _Arg, _Result >::pointer_to_unary_function().


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