Stxxl  1.3.2
Public Types | Public Member Functions | List of all members
stream::vector_iterator2stream_sr< InputIterator_ > Class Template Reference

Version of iterator2stream. Switches between vector_iterator2stream and iterator2stream . More...

#include <stream.h>

Public Types

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

Public Member Functions

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

Detailed Description

template<class InputIterator_>
class stream::vector_iterator2stream_sr< InputIterator_ >

Version of iterator2stream. Switches between vector_iterator2stream and iterator2stream .

small range switches between vector_iterator2stream and iterator2stream . iterator2stream is chosen if the input iterator range is small ( < B )

Member Typedef Documentation

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

Standard stream typedef.

Member Function Documentation

template<class InputIterator_>
bool stream::vector_iterator2stream_sr< InputIterator_ >::empty ( ) const
inline

Standard stream method.

template<class InputIterator_>
const value_type& stream::vector_iterator2stream_sr< InputIterator_ >::operator* ( ) const
inline

Standard stream method.

template<class InputIterator_>
Self_& stream::vector_iterator2stream_sr< InputIterator_ >::operator++ ( )
inline

Standard stream method.


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