_function_adaptors.h File Reference

mem_fun ( _Result(_Tp::*)() )

mem_fun_t< _Result, _Tp >mem_fun(_Result(_Tp::*)()__f)[inline]

_STLP_DONT_RETURN_VOID || !_STLP_NO_CLASS_PARTIAL_SPECIALIZATION || !_STLP_MEMBER_TEMPLATE_CLASSES

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
__f-
Return Value
-

mem_fun_ref ( _Result(_Tp::*)() )

mem_fun_ref_t< _Result, _Tp >mem_fun_ref(_Result(_Tp::*)()__f)[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
__f-
Return Value
-

mem_fun ( _Result(_Tp::*)(_Arg) )

mem_fun1_t< _Result, _Tp, _Arg >mem_fun(_Result(_Tp::*)(_Arg)__f)[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
__f-
Return Value
-

mem_fun_ref ( _Result(_Tp::*)(_Arg) )

mem_fun1_ref_t< _Result, _Tp, _Arg >mem_fun_ref(_Result(_Tp::*)(_Arg)__f)[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
__f-
Return Value
-

mem_fun1 ( _Result(_Tp::*)(_Arg) )

mem_fun1_t< _Result, _Tp, _Arg >mem_fun1(_Result(_Tp::*)(_Arg)__f)[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
__f-
Return Value
-

mem_fun1_ref ( _Result(_Tp::*)(_Arg) )

mem_fun1_ref_t< _Result, _Tp, _Arg >mem_fun1_ref(_Result(_Tp::*)(_Arg)__f)[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
__f-
Return Value
-

ptr_fun ( _Result(*)(_Arg) )

pointer_to_unary_function< _Arg, _Result >ptr_fun(_Result(*)(_Arg)__f)[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
__f-
Return Value
-

ptr_fun ( _Result(*)(_Arg1, _Arg2) )

pointer_to_binary_function< _Arg1, _Arg2, _Result >ptr_fun(_Result(*)(_Arg1, _Arg2)__f)[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
__f-
Return Value
-