Stxxl  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Types | Public Member Functions | Private Types | Private Attributes
stxxl::stream::choose< Input_, 6 > Class Template Reference

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

#include <choose.h>

List of all members.

Public Types

typedef tuple_type::sixth_type value_type
 Standard stream typedef.

Public Member Functions

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

Private Types

typedef Input_::value_type tuple_type

Private Attributes

Input_ & in

Detailed Description

template<class Input_>
class stxxl::stream::choose< Input_, 6 >

Creates stream from a tuple stream taking the sixth 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 .

Definition at line 264 of file choose.h.


Member Typedef Documentation

template<class Input_ >
typedef Input_::value_type stxxl::stream::choose< Input_, 6 >::tuple_type [private]

Definition at line 268 of file choose.h.

template<class Input_ >
typedef tuple_type::sixth_type stxxl::stream::choose< Input_, 6 >::value_type

Standard stream typedef.

Definition at line 272 of file choose.h.


Constructor & Destructor Documentation

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

Construction.

Definition at line 275 of file choose.h.


Member Function Documentation

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

Standard stream method.

Definition at line 297 of file choose.h.

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

Standard stream method.

Definition at line 279 of file choose.h.

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

Standard stream method.

Definition at line 290 of file choose.h.

template<class Input_ >
const value_type* stxxl::stream::choose< Input_, 6 >::operator-> ( ) const [inline]

Definition at line 284 of file choose.h.


Member Data Documentation

template<class Input_ >
Input_& stxxl::stream::choose< Input_, 6 >::in [private]

Definition at line 266 of file choose.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines