TPIE

2362a60
tpie::pipelining::passive_buffer< T > Class Template Reference

Plain old file_stream buffer. More...

#include <tpie/pipelining/buffer.h>

Public Types

typedef T item_type
 
typedef bits::buffer_input_t< T > input_t
 
typedef
bits::buffer_pull_output_t< T > 
output_t
 
typedef pipe_end< inputfact_tinputpipe_t
 
typedef pullpipe_begin
< outputfact_t
outputpipe_t
 

Public Member Functions

input_t raw_input ()
 
output_t raw_output ()
 
inputpipe_t input ()
 
outputpipe_t output ()
 

Detailed Description

template<typename T>
class tpie::pipelining::passive_buffer< T >

Plain old file_stream buffer.

Does nothing to the item stream, but it inserts a phase boundary.

Definition at line 165 of file buffer.h.


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