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>
List of all members.
Detailed Description
template<class InputIterator_>
class stxxl::stream::iterator2stream< InputIterator_ >
A model of stream that retrieves the data from an input iterator For convenience use streamify
function instead of direct instantiation of iterator2stream
.
- Examples:
- algo/copy_and_sort_file.cpp, and stream/test_naive_transpose.cpp.
Definition at line 70 of file stream.h.
Member Typedef Documentation
template<class InputIterator_>
Standard stream typedef.
Definition at line 76 of file stream.h.
Constructor & Destructor Documentation
template<class InputIterator_>
template<class InputIterator_>
Member Function Documentation
template<class InputIterator_>
Standard stream method.
Definition at line 103 of file stream.h.
template<class InputIterator_>
Standard stream method.
Definition at line 84 of file stream.h.
template<class InputIterator_>
Standard stream method.
Definition at line 95 of file stream.h.
template<class InputIterator_>
Member Data Documentation
template<class InputIterator_>
template<class InputIterator_>
The documentation for this class was generated from the following file: