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

Processes (up to) 6 input streams using given operation functor. More...

#include <stream.h>

Public Types

typedef Operation_::value_type value_type
 Standard stream typedef. More...
 

Public Member Functions

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

Detailed Description

template<class Operation_, class Input1_, class Input2_ = Stopper, class Input3_ = Stopper, class Input4_ = Stopper, class Input5_ = Stopper, class Input6_ = Stopper>
class stream::transform< Operation_, Input1_, Input2_, Input3_, Input4_, Input5_, Input6_ >

Processes (up to) 6 input streams using given operation functor.

Template Parameters
Operation_type of the operation (type of an adaptable functor that takes 6 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
Input6_type of the 6th input

Member Typedef Documentation

template<class Operation_ , class Input1_ , class Input2_ = Stopper, class Input3_ = Stopper, class Input4_ = Stopper, class Input5_ = Stopper, class Input6_ = Stopper>
typedef Operation_::value_type stream::transform< Operation_, Input1_, Input2_, Input3_, Input4_, Input5_, Input6_ >::value_type

Standard stream typedef.

Constructor & Destructor Documentation

template<class Operation_ , class Input1_ , class Input2_ = Stopper, class Input3_ = Stopper, class Input4_ = Stopper, class Input5_ = Stopper, class Input6_ = Stopper>
stream::transform< Operation_, Input1_, Input2_, Input3_, Input4_, Input5_, Input6_ >::transform ( Operation_ &  o,
Input1_ &  i1_,
Input2_ &  i2_,
Input3_ &  i3_,
Input4_ &  i4_,
Input5_ &  i5_,
Input5_ &  i6_ 
)
inline

Member Function Documentation

template<class Operation_ , class Input1_ , class Input2_ = Stopper, class Input3_ = Stopper, class Input4_ = Stopper, class Input5_ = Stopper, class Input6_ = Stopper>
bool stream::transform< Operation_, Input1_, Input2_, Input3_, Input4_, Input5_, Input6_ >::empty ( ) const
inline
template<class Operation_ , class Input1_ , class Input2_ = Stopper, class Input3_ = Stopper, class Input4_ = Stopper, class Input5_ = Stopper, class Input6_ = Stopper>
const value_type& stream::transform< Operation_, Input1_, Input2_, Input3_, Input4_, Input5_, Input6_ >::operator* ( ) const
inline

Standard stream method.

template<class Operation_ , class Input1_ , class Input2_ = Stopper, class Input3_ = Stopper, class Input4_ = Stopper, class Input5_ = Stopper, class Input6_ = Stopper>
transform& stream::transform< Operation_, Input1_, Input2_, Input3_, Input4_, Input5_, Input6_ >::operator++ ( )
inline

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