STXXL
1.4-dev
|
A model of stream that retrieves the data from an input iterator. For convenience use streamify
function instead of direct instantiation of iterator2stream
.
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) | |
bool | empty () const |
Standard stream method. More... | |
const value_type & | operator* () const |
Standard stream method. More... | |
iterator2stream & | operator++ () |
Standard stream method. More... | |
const value_type * | operator-> () const |
Private Attributes | |
InputIterator | m_current |
InputIterator | m_end |
typedef std::iterator_traits<InputIterator>::value_type stxxl::stream::iterator2stream< InputIterator >::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |