Public Types | Public Member Functions

stream::choose< Input_, 3 > Class Template Reference

Creates stream from a tuple stream taking the third component of each tuple. More...

#include <choose.h>

List of all members.

Public Types

typedef tuple_type::third_type value_type
 Standard stream typedef.

Public Member Functions

 choose (Input_ &in_)
 Construction.
const value_typeoperator* () const
 Standard stream method.
const value_typeoperator-> () const
choose & operator++ ()
 Standard stream method.
bool empty () const
 Standard stream method.

Detailed Description

template<class Input_>
class stream::choose< Input_, 3 >

Creates stream from a tuple stream taking the third component of each tuple.

Template Parameters:
Input_ type of the input tuple stream
Remarks:
Tuple stream is a stream which value_type is stxxl::tuple .

Member Typedef Documentation

template<class Input_ >
typedef tuple_type::third_type stream::choose< Input_, 3 >::value_type

Standard stream typedef.


Constructor & Destructor Documentation

template<class Input_ >
stream::choose< Input_, 3 >::choose ( Input_ &  in_  )  [inline]

Construction.


Member Function Documentation

template<class Input_ >
bool stream::choose< Input_, 3 >::empty (  )  const [inline]

Standard stream method.

template<class Input_ >
const value_type& stream::choose< Input_, 3 >::operator* (  )  const [inline]

Standard stream method.

template<class Input_ >
choose& stream::choose< Input_, 3 >::operator++ (  )  [inline]

Standard stream method.


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