|
Stxxl
1.4.0
|
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. | |
| const value_type * | operator-> () const |
| transform & | operator++ () |
| Standard stream method. | |
| bool | empty () const |
| Standard stream method. | |
Private Attributes | |
| Operation_ & | op |
| Input1_ & | i1 |
| Input2_ & | i2 |
| Input3_ & | i3 |
| Input4_ & | i4 |
| Input5_ & | i5 |
| Input6_ & | i6 |
| value_type | current |
Processes (up to) 6 input streams using given operation functor.
| Operation_ | type of the operation (type of an adaptable functor that takes 6 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 |
| Input6_ | type of the 6th input |
| typedef Operation_::value_type stxxl::stream::transform< Operation_, Input1_, Input2_, Input3_, Input4_, Input5_, Input6_ >::value_type |
| stxxl::stream::transform< Operation_, Input1_, Input2_, Input3_, Input4_, Input5_, Input6_ >::transform | ( | Operation_ & | o, |
| Input1_ & | i1_, | ||
| Input2_ & | i2_, | ||
| Input3_ & | i3_, | ||
| Input4_ & | i4_, | ||
| Input5_ & | i5_, | ||
| Input5_ & | i6_ | ||
| ) | [inline] |
| bool stxxl::stream::transform< Operation_, Input1_, Input2_, Input3_, Input4_, Input5_, Input6_ >::empty | ( | ) | const [inline] |
| const value_type& stxxl::stream::transform< Operation_, Input1_, Input2_, Input3_, Input4_, Input5_, Input6_ >::operator* | ( | ) | const [inline] |
| transform& stxxl::stream::transform< Operation_, Input1_, Input2_, Input3_, Input4_, Input5_, Input6_ >::operator++ | ( | ) | [inline] |
| const value_type* stxxl::stream::transform< Operation_, Input1_, Input2_, Input3_, Input4_, Input5_, Input6_ >::operator-> | ( | ) | const [inline] |
value_type stxxl::stream::transform< Operation_, Input1_, Input2_, Input3_, Input4_, Input5_, Input6_ >::current [private] |
Input1_& stxxl::stream::transform< Operation_, Input1_, Input2_, Input3_, Input4_, Input5_, Input6_ >::i1 [private] |
Input2_& stxxl::stream::transform< Operation_, Input1_, Input2_, Input3_, Input4_, Input5_, Input6_ >::i2 [private] |
Input3_& stxxl::stream::transform< Operation_, Input1_, Input2_, Input3_, Input4_, Input5_, Input6_ >::i3 [private] |
Input4_& stxxl::stream::transform< Operation_, Input1_, Input2_, Input3_, Input4_, Input5_, Input6_ >::i4 [private] |
Input5_& stxxl::stream::transform< Operation_, Input1_, Input2_, Input3_, Input4_, Input5_, Input6_ >::i5 [private] |
Input6_& stxxl::stream::transform< Operation_, Input1_, Input2_, Input3_, Input4_, Input5_, Input6_ >::i6 [private] |
Operation_& stxxl::stream::transform< Operation_, Input1_, Input2_, Input3_, Input4_, Input5_, Input6_ >::op [private] |
1.7.6.1