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_, Stopper, Stopper, Stopper, Stopper > Class Template Reference

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

#include <stream.h>

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

List of all members.

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_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
value_type current

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:
Input1_type of the 1st input
Input2_type of the 2nd input
Remarks:
A specialization of make_tuple .

Definition at line 1216 of file stream.h.


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 1226 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 1233 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 1269 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 1246 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 1257 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 1251 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 1229 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 1218 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 1219 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