stream::generator2stream< Generator_ > Class Template Reference
[Stream package]

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>

List of all members.

Public Types

typedef Generator_::value_type value_type
 Standard stream typedef.

Public Member Functions

const value_typeoperator* () const
 Standard stream method.
generator2streamoperator++ ()
 Standard stream method.
bool empty () const
 Standard stream method.


Detailed Description

template<class Generator_>
class stream::generator2stream< Generator_ >

A model of stream that outputs data from an adaptable generator functor For convenience use streamify function instead of direct instantiation of generator2stream .

Member Typedef Documentation

template<class Generator_>
typedef Generator_::value_type stream::generator2stream< Generator_ >::value_type

Standard stream typedef.


Member Function Documentation

template<class Generator_>
const value_type& stream::generator2stream< Generator_ >::operator* (  )  const [inline]

Standard stream method.

template<class Generator_>
generator2stream& stream::generator2stream< Generator_ >::operator++ (  )  [inline]

Standard stream method.

template<class Generator_>
bool stream::generator2stream< Generator_ >::empty (  )  const [inline]

Standard stream method.


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

Generated on Wed Apr 21 06:46:02 2010 for Stxxl by  doxygen 1.5.6