stream::make_tuple< Input1_, Input2_, Input3_, Input4_, Stopper, Stopper > Class Template Reference
[Stream package]

Creates stream of 4-tuples from 4 input streams. More...

#include <stream.h>

List of all members.

Public Types

typedef stxxl::tuple< typename
Input1_::value_type, typename
Input2_::value_type, typename
Input3_::value_type, typename
Input4_::value_type > 
value_type
 Standard stream typedef.

Public Member Functions

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


Detailed Description

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

Creates stream of 4-tuples from 4 input streams.

Template parameters:


Member Typedef Documentation

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

Standard stream typedef.


Constructor & Destructor Documentation

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

Construction.


Member Function Documentation

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

Standard stream method.

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

Standard stream method.

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

Standard stream method.


The documentation for this class was generated from the following file:
Generated on Thu Jun 4 10:29:35 2009 for Stxxl by  doxygen 1.4.7