TPIE

11a2c2d
buffer.h File Reference
#include <tpie/pipelining/node.h>
#include <tpie/pipelining/factory_helpers.h>
#include <tpie/pipelining/pipe_base.h>
#include <tpie/file_stream.h>
#include <tpie/maybe.h>
#include <memory>

Go to the source code of this file.

Classes

class  tpie::pipelining::bits::buffer_pull_output_t< T >
 
class  tpie::pipelining::bits::buffer_input_t< T >
 Input node for buffer. More...
 
class  tpie::pipelining::bits::buffer_output_t< dest_t >
 Output node for buffer. More...
 
class  tpie::pipelining::passive_buffer< T >
 Plain old file_stream buffer. More...
 

Namespaces

 tpie
 
 tpie::pipelining
 pipelining/factory_base.h Base class of pipelining factories
 

Typedefs

typedef pipe_middle< split_factory< bits::buffer_input_t, node, bits::buffer_output_t > > tpie::pipelining::buffer
 The buffer node inserts a phase boundary into the pipeline by writing items to disk. More...
 

Detailed Description

Plain old file_stream buffer.

Definition in file buffer.h.