__gnu_cxx::binary_compose< Operation1, Operation2, Operation3 > Class Template Reference
[STL extensions from SGI]

An SGI extension . More...

Inheritance diagram for __gnu_cxx::binary_compose< Operation1, Operation2, Operation3 >:

Inheritance graph
[legend]
Collaboration diagram for __gnu_cxx::binary_compose< Operation1, Operation2, Operation3 >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef Operation2::argument_type argument_type
 argument_type is the type of the
typedef Operation1::result_type result_type
 argument (no surprises here) result_type is the return type

Public Member Functions

 binary_compose (const Operation1 &x, const Operation2 &y, const Operation3 &__z)
Operation1::result_type operator() (const typename Operation2::argument_type &x) const

Protected Attributes

Operation1 M_fn1
Operation2 M_fn2
Operation3 M_fn3

Detailed Description

template<class Operation1, class Operation2, class Operation3>
class __gnu_cxx::binary_compose< Operation1, Operation2, Operation3 >

An SGI extension .

Definition at line 151 of file ext/functional.


Member Typedef Documentation

typedef Operation2::argument_type std::unary_function< Operation2::argument_type , Operation1::result_type >::argument_type [inherited]
 

argument_type is the type of the

Definition at line 104 of file stl_function.h.

typedef Operation1::result_type std::unary_function< Operation2::argument_type , Operation1::result_type >::result_type [inherited]
 

argument (no surprises here) result_type is the return type

Definition at line 107 of file stl_function.h.


The documentation for this class was generated from the following file:
Generated on Fri Sep 16 11:04:49 2005 for libstdc++-v3 Source by  doxygen 1.4.4