#include <stream.h>
Public Types | |
typedef stxxl::tuple< typename Input1_::value_type, typename Input2_::value_type > | value_type |
Standard stream typedef. | |
Public Member Functions | |
make_tuple (Input1_ &i1_, Input2_ &i2_) | |
Construction. | |
const value_type & | operator * () const |
Standard stream method. | |
make_tuple & | operator++ () |
Standard stream method. | |
bool | empty () const |
Standard stream method. |
Template parameters:
Input1_
type of the 1st inputInput2_
type of the 2nd input make_tuple
.
typedef stxxl::tuple< typename Input1_::value_type, typename Input2_::value_type > stream::make_tuple< Input1_, Input2_, Stopper, Stopper, Stopper, Stopper >::value_type |
Standard stream typedef.
stream::make_tuple< Input1_, Input2_, Stopper, Stopper, Stopper, Stopper >::make_tuple | ( | Input1_ & | i1_, | |
Input2_ & | i2_ | |||
) | [inline] |
Construction.
bool stream::make_tuple< Input1_, Input2_, Stopper, Stopper, Stopper, Stopper >::empty | ( | ) | const [inline] |
Standard stream method.
const value_type& stream::make_tuple< Input1_, Input2_, Stopper, Stopper, Stopper, Stopper >::operator * | ( | ) | const [inline] |
Standard stream method.
make_tuple& stream::make_tuple< Input1_, Input2_, Stopper, Stopper, Stopper, Stopper >::operator++ | ( | ) | [inline] |
Standard stream method.