#include <ScanResultStreamer.h>
Inheritance diagram for SctData::IO::ScanResultStreamer:
Protected Member Functions | |
ScanResultStreamer () throw () | |
Constructor must be protected for sub-classes. | |
virtual void | write (OStream &out, const Streamable &ob, const IOManager &manager) const throw (LogicError, IoError) |
virtual void | read (IStream &in, Streamable &ob, const IOManager &manager) const throw (LogicError, IoError) |
Private Attributes | |
ScanResultIOHelper | helper |
The IOHelper. |
Doesn't implement createObject.
Definition at line 24 of file ScanResultStreamer.h.
|
Constructor must be protected for sub-classes.
Definition at line 15 of file ScanResultStreamer.cpp. |
|
The IOHelper.
Reimplemented in SctData::IO::FitScanResultStreamer, and SctData::IO::RawScanResultStreamer. Definition at line 33 of file ScanResultStreamer.h. |