pointer_to_unary_function Class Reference

#include <stdapis/stlportv5/stl/_function_adaptors.h>

class pointer_to_unary_function : public unary_function

Inherits from

Protected Attributes
_Result(*_M_ptr
Public Member Functions
pointer_to_unary_function()
pointer_to_unary_function(_Result(*)(_Arg))
_Resultoperator()(_Arg)
Inherited Type Definitions
unary_function::argument_type
unary_function::result_type

Detailed Description

For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html

The Symbian implementation of this API fully supports all STL functionality.

Member Attribute Documentation

_M_ptr

_Result(*_M_ptr[protected]

For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html

The Symbian implementation of this API fully supports all STL functionality.

Constructor & Destructor Documentation

pointer_to_unary_function ( )

pointer_to_unary_function()[inline]

For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html

The Symbian implementation of this API fully supports all STL functionality.

Return Value
-

pointer_to_unary_function ( _Result(*)(_Arg) )

pointer_to_unary_function(_Result(*)(_Arg)__x)[inline, explicit]

For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html

The Symbian implementation of this API fully supports all STL functionality.

Parameters
__x-
Return Value
-

Member Function Documentation

operator() ( _Arg )

_Resultoperator()(_Arg__x)const [inline]

For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html

The Symbian implementation of this API fully supports all STL functionality.

Parameters
__x-
Return Value
-