scclib
Stable Cloud Computing C++ Library
|
Input/output stream base reader/writer interface classes. More...
#include <memory>
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... | |
Input/output stream base reader/writer interface classes.
Definition in file iobase.h.