scclib
Stable Cloud Computing C++ Library
Classes
iopipeline.h File Reference

Input/output streaming pipeline. More...

#include <memory>
#include <list>
#include <util/iostream.h>
Include dependency graph for iopipeline.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  scc::util::InChain
 Chain of readers base class. More...
 
struct  scc::util::OutChain
 Chain of writers base class. More...
 
struct  scc::util::InPipeline
 Input stream with pipeline of readers. More...
 
struct  scc::util::OutPipeline
 Output stream pipeline of writers. More...
 
struct  scc::util::IoPipeline
 Input/output stream with pipeline of readers and writers. More...
 

Detailed Description

Input/output streaming pipeline.

Definition in file iopipeline.h.