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_, 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
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_, 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 .

Definition at line 129 of file choose.h.


Member Typedef Documentation

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

Definition at line 133 of file choose.h.

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

Standard stream typedef.

Definition at line 137 of file choose.h.


Constructor & Destructor Documentation

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

Construction.

Definition at line 140 of file choose.h.


Member Function Documentation

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

Standard stream method.

Definition at line 162 of file choose.h.

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

Standard stream method.

Definition at line 144 of file choose.h.

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

Standard stream method.

Definition at line 155 of file choose.h.

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

Definition at line 149 of file choose.h.


Member Data Documentation

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

Definition at line 131 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