Stxxl
1.3.2
|
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.
|
inline |
Standard stream method.
|
inline |
Standard stream method.