STXXL  1.4-dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
stxxl::stream::make_tuple< Input1, Input2, Stopper, Stopper, Stopper, Stopper > Class Template Reference

Detailed Description

template<class Input1, class Input2>
class stxxl::stream::make_tuple< Input1, Input2, Stopper, Stopper, Stopper, Stopper >

Creates stream of 2-tuples (pairs) from 2 input streams.

Template Parameters
Input1type of the 1st input
Input2type of the 2nd input
Remarks
A specialization of make_tuple .

Definition at line 1243 of file stream.h.

+ Collaboration diagram for stxxl::stream::make_tuple< Input1, Input2, Stopper, Stopper, Stopper, Stopper >:

Public Types

typedef stxxl::tuple< typename
Input1::value_type, typename
Input2::value_type > 
value_type
 Standard stream typedef. More...
 

Public Member Functions

 make_tuple (Input1 &i1_, Input2 &i2_)
 Construction. More...
 
bool empty () const
 Standard stream method. More...
 
const value_typeoperator* () const
 Standard stream method. More...
 
make_tupleoperator++ ()
 Standard stream method. More...
 
const value_typeoperator-> () const
 

Private Attributes

value_type current
 
Input1 & i1
 
Input2 & i2
 

Member Typedef Documentation

template<class Input1 , class Input2 >
typedef stxxl::tuple< typename Input1::value_type, typename Input2::value_type > stxxl::stream::make_tuple< Input1, Input2, Stopper, Stopper, Stopper, Stopper >::value_type

Standard stream typedef.

Definition at line 1253 of file stream.h.

Constructor & Destructor Documentation

template<class Input1 , class Input2 >
stxxl::stream::make_tuple< Input1, Input2, Stopper, Stopper, Stopper, Stopper >::make_tuple ( Input1 &  i1_,
Input2 &  i2_ 
)
inline

Construction.

Definition at line 1260 of file stream.h.

Member Function Documentation

template<class Input1 , class Input2 >
bool stxxl::stream::make_tuple< Input1, Input2, Stopper, Stopper, Stopper, Stopper >::empty ( ) const
inline

Standard stream method.

Definition at line 1292 of file stream.h.

template<class Input1 , class Input2 >
const value_type& stxxl::stream::make_tuple< Input1, Input2, Stopper, Stopper, Stopper, Stopper >::operator* ( ) const
inline

Standard stream method.

Definition at line 1269 of file stream.h.

template<class Input1 , class Input2 >
make_tuple& stxxl::stream::make_tuple< Input1, Input2, Stopper, Stopper, Stopper, Stopper >::operator++ ( )
inline

Standard stream method.

Definition at line 1280 of file stream.h.

template<class Input1 , class Input2 >
const value_type* stxxl::stream::make_tuple< Input1, Input2, Stopper, Stopper, Stopper, Stopper >::operator-> ( ) const
inline

Definition at line 1274 of file stream.h.

Member Data Documentation

template<class Input1 , class Input2 >
value_type stxxl::stream::make_tuple< Input1, Input2, Stopper, Stopper, Stopper, Stopper >::current
private

Definition at line 1256 of file stream.h.

template<class Input1 , class Input2 >
Input1& stxxl::stream::make_tuple< Input1, Input2, Stopper, Stopper, Stopper, Stopper >::i1
private

Definition at line 1245 of file stream.h.

template<class Input1 , class Input2 >
Input2& stxxl::stream::make_tuple< Input1, Input2, Stopper, Stopper, Stopper, Stopper >::i2
private

Definition at line 1246 of file stream.h.


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