Public Types | Public Member Functions

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

Processes 5 input streams using given operation functor. More...

#include <stream.h>

List of all members.

Public Types

typedef Operation_::value_type value_type
 Standard stream typedef.

Public Member Functions

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

Detailed Description

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

Processes 5 input streams using given operation functor.

Template Parameters:
Operation_ type of the operation (type of an adaptable functor that takes 5 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
Remarks:
This is a specialization of transform .

Member Typedef Documentation

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

Standard stream typedef.


Constructor & Destructor Documentation

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

Member Function Documentation

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

Standard stream method.

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

Standard stream method.

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

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