|
STXXL
1.4-dev
|
Processes 5 input streams using given operation functor.
| Operation | type of the operation (type of an adaptable functor that takes 5 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 |
| Input5 | type of the 5th input |
transform . 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_, Input5 &i5_) | |
| Construction. More... | |
| bool | empty () const |
| Standard stream method. More... | |
| const value_type & | operator* () const |
| Standard stream method. More... | |
| transform & | operator++ () |
| Standard stream method. More... | |
| const value_type * | operator-> () const |
Private Attributes | |
| value_type | current |
| Input1 & | i1 |
| Input2 & | i2 |
| Input3 & | i3 |
| Input4 & | i4 |
| Input5 & | i5 |
| Operation & | op |
| typedef Operation::value_type stxxl::stream::transform< Operation, Input1, Input2, Input3, Input4, Input5, Stopper >::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |