|
STXXL
1.4-dev
|
Creates stream of 5-tuples from 5 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 |
make_tuple .
Collaboration diagram for stxxl::stream::make_tuple< Input1, Input2, Input3, Input4, Input5, Stopper >: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 > | value_type |
| Standard stream typedef. More... | |
Public Member Functions | |
| make_tuple (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... | |
| make_tuple & | 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 |
| typedef stxxl::tuple< typename Input1::value_type, typename Input2::value_type, typename Input3::value_type, typename Input4::value_type, typename Input5::value_type > stxxl::stream::make_tuple< Input1, Input2, Input3, Input4, Input5, Stopper >::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |