A model of stream that outputs data from an adaptable generator functor For convenience use streamify function instead of direct instantiation of generator2stream .
More...
#include <stream.h>
Public Types | |
| typedef Generator_::value_type | value_type |
| Standard stream typedef. | |
Public Member Functions | |
| const value_type & | operator* () const |
| Standard stream method. | |
| generator2stream & | operator++ () |
| Standard stream method. | |
| bool | empty () const |
| Standard stream method. | |
A model of stream that outputs data from an adaptable generator functor For convenience use streamify function instead of direct instantiation of generator2stream .
| typedef Generator_::value_type stream::generator2stream< Generator_ >::value_type |
Standard stream typedef.
| bool stream::generator2stream< Generator_ >::empty | ( | ) | const [inline] |
Standard stream method.
| const value_type& stream::generator2stream< Generator_ >::operator* | ( | ) | const [inline] |
Standard stream method.
| generator2stream& stream::generator2stream< Generator_ >::operator++ | ( | ) | [inline] |
Standard stream method.
1.7.1