Stxxl
1.2.1
|
Processes (up to) 6 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_, Input3_ &i3_, Input4_ &i4_, Input5_ &i5_, Input5_ &i6_) | |
Construction. | |
const value_type & | operator* () const |
Standard stream method. | |
transform & | operator++ () |
Standard stream method. | |
bool | empty () const |
Standard stream method. |
Processes (up to) 6 input streams using given operation functor.
Template parameters:
Operation_
type of the operation (type of an adaptable functor that takes 6 parameters)Input1_
type of the 1st inputInput2_
type of the 2nd inputInput3_
type of the 3rd inputInput4_
type of the 4th inputInput5_
type of the 5th inputInput6_
type of the 6th input typedef Operation_::value_type stream::transform< Operation_, Input1_, Input2_, Input3_, Input4_, Input5_, Input6_ >::value_type |
Standard stream typedef.
|
inline |
Construction.
|
inline |
Standard stream method.
Referenced by stream::transform< Operation_, Input1_, Input2_, Input3_, Input4_, Input5_, Input6_ >::operator++(), stream::transform< Operation_, Input1_, Stopper, Stopper, Stopper, Stopper, Stopper >::operator++(), stream::transform< Operation_, Input1_, Input2_, Stopper, Stopper, Stopper, Stopper >::operator++(), stream::transform< Operation_, Input1_, Input2_, Input3_, Stopper, Stopper, Stopper >::operator++(), stream::transform< Operation_, Input1_, Input2_, Input3_, Input4_, Stopper, Stopper >::operator++(), and stream::transform< Operation_, Input1_, Input2_, Input3_, Input4_, Input5_, Stopper >::operator++().
|
inline |
Standard stream method.
|
inline |
Standard stream method.
References stream::transform< Operation_, Input1_, Input2_, Input3_, Input4_, Input5_, Input6_ >::empty().