Processes 2 input streams using given operation functor. More...
#include <stream.h>
Public Types | |
typedef Operation_::value_type | value_type |
Standard stream typedef. | |
Public Member Functions | |
transform (Operation_ &o, Input1_ &i1_, Input2_ &i2_) | |
Construction. | |
const value_type & | operator* () const |
Standard stream method. | |
const value_type * | operator-> () const |
transform & | operator++ () |
Standard stream method. | |
bool | empty () const |
Standard stream method. |
Processes 2 input streams using given operation functor.
Operation_ | type of the operation (type of an adaptable functor that takes 2 parameters) | |
Input1_ | type of the 1st input | |
Input2_ | type of the 2nd input |
transform
. typedef Operation_::value_type stream::transform< Operation_, Input1_, Input2_, Stopper, Stopper, Stopper, Stopper >::value_type |
Standard stream typedef.
stream::transform< Operation_, Input1_, Input2_, Stopper, Stopper, Stopper, Stopper >::transform | ( | Operation_ & | o, | |
Input1_ & | i1_, | |||
Input2_ & | i2_ | |||
) | [inline] |
Construction.
References stream::transform< Operation_, Input1_, Input2_, Input3_, Input4_, Input5_, Input6_ >::empty().
bool stream::transform< Operation_, Input1_, Input2_, Stopper, Stopper, Stopper, Stopper >::empty | ( | ) | const [inline] |
Standard stream method.
const value_type& stream::transform< Operation_, Input1_, Input2_, Stopper, Stopper, Stopper, Stopper >::operator* | ( | ) | const [inline] |
Standard stream method.
transform& stream::transform< Operation_, Input1_, Input2_, Stopper, Stopper, Stopper, Stopper >::operator++ | ( | ) | [inline] |
Standard stream method.
References stream::transform< Operation_, Input1_, Input2_, Input3_, Input4_, Input5_, Input6_ >::empty().