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.   | |
Public Member Functions | |
| const value_type & | operator* () const | 
| Standard stream method.   | |
| iterator2stream & | operator++ () | 
| Standard stream method.   | |
| bool | empty () const | 
| Standard stream method.   | |
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.
| bool stream::iterator2stream< InputIterator_ >::empty | ( | ) |  const [inline] | 
        
Standard stream method.
| const value_type& stream::iterator2stream< InputIterator_ >::operator* | ( | ) |  const [inline] | 
        
Standard stream method.
| iterator2stream& stream::iterator2stream< InputIterator_ >::operator++ | ( | ) |  [inline] | 
        
Standard stream method.
 1.7.1