Stxxl
1.3.1
|
A model of stream that retrieves the data from an input iterator For convenience use streamify
function instead of direct instantiation of iterator2stream
.
More...
#include <stream.h>
Public Types | |
typedef std::iterator_traits< InputIterator_ >::value_type | value_type |
Standard stream typedef. More... | |
Public Member Functions | |
iterator2stream (InputIterator_ begin, InputIterator_ end) | |
iterator2stream (const iterator2stream &a) | |
const value_type & | operator* () const |
Standard stream method. More... | |
const value_type * | operator-> () const |
iterator2stream & | operator++ () |
Standard stream method. More... | |
bool | empty () const |
Standard stream method. More... | |
A model of stream that retrieves the data from an input iterator For convenience use streamify
function instead of direct instantiation of iterator2stream
.
typedef std::iterator_traits<InputIterator_>::value_type stream::iterator2stream< InputIterator_ >::value_type |
Standard stream typedef.
|
inline |
Standard stream method.
Referenced by stream::vector_iterator2stream_sr< InputIterator_ >::empty(), stream::make_tuple< Input1_, Input2_, Stopper, Stopper, Stopper, Stopper >::make_tuple(), stream::vector_iterator2stream< InputIterator_ >::operator++(), stream::transform< Operation_, Input1_, Input2_, Input3_, Input4_, Input5_, Input6_ >::operator++(), stream::transform< Operation_, Input1_, Stopper, Stopper, Stopper, Stopper, Stopper >::operator++(), stream::transform< Operation_, Input1_, Input2_, Stopper, Stopper, Stopper, Stopper >::operator++(), stream::transform< Operation_, Input1_, Input2_, Input3_, Stopper, Stopper, Stopper >::operator++(), stream::transform< Operation_, Input1_, Input2_, Input3_, Input4_, Stopper, Stopper >::operator++(), stream::transform< Operation_, Input1_, Input2_, Input3_, Input4_, Input5_, Stopper >::operator++(), stream::make_tuple< Input1_, Input2_, Input3_, Input4_, Input5_, Input6_ >::operator++(), stream::make_tuple< Input1_, Input2_, Stopper, Stopper, Stopper, Stopper >::operator++(), stream::make_tuple< Input1_, Input2_, Input3_, Stopper, Stopper, Stopper >::operator++(), stream::make_tuple< Input1_, Input2_, Input3_, Input4_, Stopper, Stopper >::operator++(), stream::make_tuple< Input1_, Input2_, Input3_, Input4_, Input5_, Stopper >::operator++(), stream::transform< Operation_, Input1_, Input2_, Input3_, Input4_, Input5_, Input6_ >::transform(), stream::transform< Operation_, Input1_, Stopper, Stopper, Stopper, Stopper, Stopper >::transform(), stream::transform< Operation_, Input1_, Input2_, Stopper, Stopper, Stopper, Stopper >::transform(), stream::transform< Operation_, Input1_, Input2_, Input3_, Stopper, Stopper, Stopper >::transform(), stream::transform< Operation_, Input1_, Input2_, Input3_, Input4_, Stopper, Stopper >::transform(), and stream::transform< Operation_, Input1_, Input2_, Input3_, Input4_, Input5_, Stopper >::transform().
|
inline |
Standard stream method.
|
inline |
Standard stream method.