Stxxl  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Types | Public Member Functions | Private Attributes
stxxl::stream::make_tuple< Input1_, Input2_, Input3_, Input4_, Stopper, Stopper > Class Template Reference

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

#include <stream.h>

Collaboration diagram for stxxl::stream::make_tuple< Input1_, Input2_, Input3_, Input4_, Stopper, Stopper >:
Collaboration graph
[legend]

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.
const value_typeoperator-> () const
make_tupleoperator++ ()
 Standard stream method.
bool empty () const
 Standard stream method.

Private Attributes

Input1_ & i1
Input2_ & i2
Input3_ & i3
Input4_ & i4
value_type current

Detailed Description

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

Creates stream of 4-tuples from 4 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
Remarks:
A specialization of make_tuple .

Definition at line 1358 of file stream.h.


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 > stxxl::stream::make_tuple< Input1_, Input2_, Input3_, Input4_, Stopper, Stopper >::value_type

Standard stream typedef.

Definition at line 1372 of file stream.h.


Constructor & Destructor Documentation

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

Construction.

Definition at line 1379 of file stream.h.


Member Function Documentation

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

Standard stream method.

Definition at line 1417 of file stream.h.

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

Standard stream method.

Definition at line 1392 of file stream.h.

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

Standard stream method.

Definition at line 1403 of file stream.h.

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

Definition at line 1397 of file stream.h.


Member Data Documentation

template<class Input1_ , class Input2_ , class Input3_ , class Input4_ >
value_type stxxl::stream::make_tuple< Input1_, Input2_, Input3_, Input4_, Stopper, Stopper >::current [private]

Definition at line 1375 of file stream.h.

template<class Input1_ , class Input2_ , class Input3_ , class Input4_ >
Input1_& stxxl::stream::make_tuple< Input1_, Input2_, Input3_, Input4_, Stopper, Stopper >::i1 [private]

Definition at line 1360 of file stream.h.

template<class Input1_ , class Input2_ , class Input3_ , class Input4_ >
Input2_& stxxl::stream::make_tuple< Input1_, Input2_, Input3_, Input4_, Stopper, Stopper >::i2 [private]

Definition at line 1361 of file stream.h.

template<class Input1_ , class Input2_ , class Input3_ , class Input4_ >
Input3_& stxxl::stream::make_tuple< Input1_, Input2_, Input3_, Input4_, Stopper, Stopper >::i3 [private]

Definition at line 1362 of file stream.h.

template<class Input1_ , class Input2_ , class Input3_ , class Input4_ >
Input4_& stxxl::stream::make_tuple< Input1_, Input2_, Input3_, Input4_, Stopper, Stopper >::i4 [private]

Definition at line 1363 of file stream.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines