scclib
Stable Cloud Computing C++ Library
Classes

Input/output stream base reader/writer interface classes. More...

#include <memory>
Include dependency graph for iobase.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  scc::util::Reader
 Interface class for objects which can be read. More...
 
struct  scc::util::PipelineReader
 Pipeline reader to carry out processing in a pipeline (chain of readers). More...
 
struct  scc::util::Writer
 Interface class for objects which can be written. More...
 
struct  scc::util::PipelineWriter
 Pipeline writer to carry out processing in a pipeline (chain of writers). More...
 
struct  scc::util::FlowThroughPipelineReader
 Pipeline reader which flows through all data. More...
 
struct  scc::util::FlowThroughPipelineWriter
 Pipeline writer which flows through all data. More...
 

Detailed Description

Input/output stream base reader/writer interface classes.

Definition in file iobase.h.