Public Types | Public Member Functions

stream::vector_iterator2stream< InputIterator_ > Class Template Reference
[Stream package]

A model of stream that retrieves data from an external stxxl::vector iterator. It is more efficient than generic iterator2stream thanks to use of overlapping For convenience use streamify function instead of direct instantiation of vector_iterator2stream . More...

#include <stream.h>

List of all members.

Public Types

typedef vector_iterator2stream
< InputIterator_ > 
Self_
typedef std::iterator_traits
< InputIterator_ >::value_type 
value_type
 Standard stream typedef.

Public Member Functions

 vector_iterator2stream (InputIterator_ begin, InputIterator_ end, unsigned_type nbuffers=0)
 vector_iterator2stream (const Self_ &a)
const value_typeoperator* () const
 Standard stream method.
const value_typeoperator-> () const
Self_operator++ ()
 Standard stream method.
bool empty () const
 Standard stream method.

Detailed Description

template<class InputIterator_>
class stream::vector_iterator2stream< InputIterator_ >

A model of stream that retrieves data from an external stxxl::vector iterator. It is more efficient than generic iterator2stream thanks to use of overlapping For convenience use streamify function instead of direct instantiation of vector_iterator2stream .


Member Typedef Documentation

template<class InputIterator_>
typedef std::iterator_traits<InputIterator_>::value_type stream::vector_iterator2stream< InputIterator_ >::value_type

Standard stream typedef.


Member Function Documentation

template<class InputIterator_>
bool stream::vector_iterator2stream< InputIterator_ >::empty (  )  const [inline]
template<class InputIterator_>
const value_type& stream::vector_iterator2stream< InputIterator_ >::operator* (  )  const [inline]

Standard stream method.

template<class InputIterator_>
Self_& stream::vector_iterator2stream< InputIterator_ >::operator++ (  )  [inline]

Standard stream method.

References stream::vector_iterator2stream< InputIterator_ >::empty().


The documentation for this class was generated from the following file: