Whole document tree
    

Whole document tree

Templatestd::pointer_to_unary_function class Reference
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::pointer_to_unary_function< _Arg, _Result > Class Template Reference

#include <stl_function.h>

Inheritance diagram for std::pointer_to_unary_function:

Inheritance graph
[legend]
Collaboration diagram for std::pointer_to_unary_function< _Arg, _Result >:

Collaboration graph
[legend]
List of all members.

Public Methods

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

Protected Attributes

_Result(* _M_ptr )(_Arg)

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


Constructor & Destructor Documentation

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

Definition at line 338 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 339 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 340 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 Mon Apr 8 03:19:24 2002 for libstdc++-v3 Source by doxygen1.2.15