unary_compose Class Reference

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

class unary_compose : public unary_function< _Operation2::argument_type, _Operation1::result_type >
Public Member Type Definitions
typedef _Base::argument_type argument_type
typedef _Base::result_type result_type
Protected Attributes
_Operation1_M_fn1
_Operation2_M_fn2
Public Member Functions
unary_compose(const _Operation1 &, const _Operation2 &)
result_type operator()(_ArgParamType)

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 Type Definition Documentation

Typedef argument_type

typedef _Base::argument_type argument_type

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.

Typedef result_type

typedef _Base::result_type result_type

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_fn1

_Operation1_M_fn1[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.

_M_fn2

_Operation2_M_fn2[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

unary_compose ( const _Operation1 &, const _Operation2 & )

unary_compose(const _Operation1 &__x,
const _Operation2 &__y
)[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-
__y-
Return Value
-

Member Function Documentation

operator() ( _ArgParamType )

result_type operator()(_ArgParamType__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
-