Stxxl  1.3.2
Public Types | Public Member Functions | List of all members
stream::make_tuple< Input1_, Input2_, Input3_, Input4_, Input5_, Stopper > Class Template Reference

Creates stream of 5-tuples from 5 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 > 
value_type
 Standard stream typedef. More...
 

Public Member Functions

 make_tuple (Input1_ &i1_, Input2_ &i2_, Input3_ &i3_, Input4_ &i4_, Input5_ &i5_)
 Construction. More...
 
const value_typeoperator* () const
 Standard stream method. More...
 
const value_typeoperator-> () const
 
make_tupleoperator++ ()
 Standard stream method. More...
 
bool empty () const
 Standard stream method. More...
 

Detailed Description

template<class Input1_, class Input2_, class Input3_, class Input4_, class Input5_>
class stream::make_tuple< Input1_, Input2_, Input3_, Input4_, Input5_, Stopper >

Creates stream of 5-tuples from 5 input streams.

Template 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
Remarks
A specialization of make_tuple .

Member Typedef Documentation

template<class Input1_ , class Input2_ , class Input3_ , class Input4_ , class Input5_ >
typedef stxxl::tuple< typename Input1_::value_type, typename Input2_::value_type, typename Input3_::value_type, typename Input4_::value_type, typename Input5_::value_type > stream::make_tuple< Input1_, Input2_, Input3_, Input4_, Input5_, Stopper >::value_type

Standard stream typedef.

Constructor & Destructor Documentation

template<class Input1_ , class Input2_ , class Input3_ , class Input4_ , class Input5_ >
stream::make_tuple< Input1_, Input2_, Input3_, Input4_, Input5_, Stopper >::make_tuple ( Input1_ &  i1_,
Input2_ &  i2_,
Input3_ &  i3_,
Input4_ &  i4_,
Input5_ &  i5_ 
)
inline

Construction.

Member Function Documentation

template<class Input1_ , class Input2_ , class Input3_ , class Input4_ , class Input5_ >
bool stream::make_tuple< Input1_, Input2_, Input3_, Input4_, Input5_, Stopper >::empty ( ) const
inline

Standard stream method.

template<class Input1_ , class Input2_ , class Input3_ , class Input4_ , class Input5_ >
const value_type& stream::make_tuple< Input1_, Input2_, Input3_, Input4_, Input5_, Stopper >::operator* ( ) const
inline

Standard stream method.

template<class Input1_ , class Input2_ , class Input3_ , class Input4_ , class Input5_ >
make_tuple& stream::make_tuple< Input1_, Input2_, Input3_, Input4_, Input5_, Stopper >::operator++ ( )
inline

The documentation for this class was generated from the following file: