#include <stream.h>
Public Types | |
typedef tuple_type::fifth_type | value_type |
Standard stream typedef. | |
Public Member Functions | |
choose (Input_ &in_) | |
Construction. | |
const value_type & | operator * () const |
Standard stream method. | |
choose & | operator++ () |
Standard stream method. | |
bool | empty () const |
Standard stream method. |
Template parameters:
Input_
type of the input tuple stream
value_type
is stxxl::tuple
.
typedef tuple_type::fifth_type stream::choose< Input_, 5 >::value_type |
Standard stream typedef.
stream::choose< Input_, 5 >::choose | ( | Input_ & | in_ | ) | [inline] |
Construction.
bool stream::choose< Input_, 5 >::empty | ( | ) | const [inline] |
Standard stream method.
const value_type& stream::choose< Input_, 5 >::operator * | ( | ) | const [inline] |
Standard stream method.
choose& stream::choose< Input_, 5 >::operator++ | ( | ) | [inline] |
Standard stream method.