|
Stxxl
1.3.2
|
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 T | value_type |
| Standard stream typedef. More... | |
Public Member Functions | |
| generator2stream (Generator_ g) | |
| generator2stream (const generator2stream &a) | |
| const value_type & | operator* () const |
| Standard stream method. More... | |
| const value_type * | operator-> () const |
| generator2stream & | operator++ () |
| Standard stream method. More... | |
| bool | empty () const |
| Standard stream method. More... | |
A model of stream that outputs data from an adaptable generator functor For convenience use streamify function instead of direct instantiation of generator2stream .
| typedef T stream::generator2stream< Generator_, T >::value_type |
Standard stream typedef.
|
inline |
Standard stream method.
|
inline |
Standard stream method.
|
inline |
Standard stream method.
1.8.5