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