Stxxl
1.4.0
|
Creates stream of 6-tuples from 6 input streams. More...
#include <stream.h>
Public Types | |
typedef stxxl::tuple< typename Input1_::value_type, typename Input2_::value_type, typename Input3_::value_type, typename Input4_::value_type, typename Input5_::value_type, typename Input6_::value_type > | value_type |
Standard stream typedef. | |
Public Member Functions | |
make_tuple (Input1_ &i1_, Input2_ &i2_, Input3_ &i3_, Input4_ &i4_, Input5_ &i5_, Input6_ &i6_) | |
Construction. | |
const value_type & | operator* () const |
Standard stream method. | |
const value_type * | operator-> () const |
make_tuple & | operator++ () |
Standard stream method. | |
bool | empty () const |
Standard stream method. | |
Private Attributes | |
Input1_ & | i1 |
Input2_ & | i2 |
Input3_ & | i3 |
Input4_ & | i4 |
Input5_ & | i5 |
Input6_ & | i6 |
value_type | current |
Creates stream of 6-tuples from 6 input streams.
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 stxxl::tuple< typename Input1_::value_type, typename Input2_::value_type, typename Input3_::value_type, typename Input4_::value_type, typename Input5_::value_type, typename Input6_::value_type > stxxl::stream::make_tuple< Input1_, Input2_, Input3_, Input4_, Input5_, Input6_ >::value_type |
stxxl::stream::make_tuple< Input1_, Input2_, Input3_, Input4_, Input5_, Input6_ >::make_tuple | ( | Input1_ & | i1_, |
Input2_ & | i2_, | ||
Input3_ & | i3_, | ||
Input4_ & | i4_, | ||
Input5_ & | i5_, | ||
Input6_ & | i6_ | ||
) | [inline] |
bool stxxl::stream::make_tuple< Input1_, Input2_, Input3_, Input4_, Input5_, Input6_ >::empty | ( | ) | const [inline] |
const value_type& stxxl::stream::make_tuple< Input1_, Input2_, Input3_, Input4_, Input5_, Input6_ >::operator* | ( | ) | const [inline] |
make_tuple& stxxl::stream::make_tuple< Input1_, Input2_, Input3_, Input4_, Input5_, Input6_ >::operator++ | ( | ) | [inline] |
const value_type* stxxl::stream::make_tuple< Input1_, Input2_, Input3_, Input4_, Input5_, Input6_ >::operator-> | ( | ) | const [inline] |
value_type stxxl::stream::make_tuple< Input1_, Input2_, Input3_, Input4_, Input5_, Input6_ >::current [private] |
Input1_& stxxl::stream::make_tuple< Input1_, Input2_, Input3_, Input4_, Input5_, Input6_ >::i1 [private] |
Input2_& stxxl::stream::make_tuple< Input1_, Input2_, Input3_, Input4_, Input5_, Input6_ >::i2 [private] |
Input3_& stxxl::stream::make_tuple< Input1_, Input2_, Input3_, Input4_, Input5_, Input6_ >::i3 [private] |
Input4_& stxxl::stream::make_tuple< Input1_, Input2_, Input3_, Input4_, Input5_, Input6_ >::i4 [private] |
Input5_& stxxl::stream::make_tuple< Input1_, Input2_, Input3_, Input4_, Input5_, Input6_ >::i5 [private] |
Input6_& stxxl::stream::make_tuple< Input1_, Input2_, Input3_, Input4_, Input5_, Input6_ >::i6 [private] |