#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) |
Publishes ob to out. | |
virtual void | read (IStream &in, Streamable &ob, const IOManager &manager) const throw (LogicError, IoError) |
Refreshes ob from in. | |
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. |
|
Refreshes ob from in.
Implements Sct::Streamer. Reimplemented in SctData::IO::FitScanResultStreamer, and SctData::IO::RawScanResultStreamer. Definition at line 29 of file ScanResultStreamer.cpp. References Sct::IoError. |
|
Publishes ob to out.
Implements Sct::Streamer. Reimplemented in SctData::IO::FitScanResultStreamer, and SctData::IO::RawScanResultStreamer. Definition at line 17 of file ScanResultStreamer.cpp. References SctData::ScanResult::getConfiguration(), SctData::ScanResult::getHeader(), SctData::ScanResult::getPoints(), and Sct::IoError. |
|
The IOHelper.
Reimplemented in SctData::IO::FitScanResultStreamer, and SctData::IO::RawScanResultStreamer. Definition at line 33 of file ScanResultStreamer.h. |