#include <ModuleDefectListStreamer.h>
Inheritance diagram for SctData::IO::ModuleDefectListStreamer:

Public Member Functions | |
| virtual void | write (OStream &out, const Streamable &ob, const IOManager &manager) const throw (LogicError, IoError) |
| Publishes ob to out. | |
| virtual shared_ptr< Streamable > | read (IStream &in, const IOManager &manager) const throw (LogicError, IoError) |
| Create a new Streamable object of the appropriate type from IS. | |
| virtual void | read (IStream &in, Streamable &ob, const IOManager &manager) const throw (LogicError, IoError) |
| Refreshes ob from in. | |
Private Member Functions | |
| ModuleDefectListStreamer () throw () | |
| Constructor is private. | |
Private Attributes | |
| ModuleDefectIOHelper | helper |
| The IOHelper. | |
Static Private Attributes | |
| bool | inMap |
| The static dummy variable for the ISManager map. | |
Definition at line 17 of file ModuleDefectListStreamer.h.
|
|
Constructor is private.
Definition at line 12 of file ModuleDefectListStreamer.cpp. |
|
||||||||||||||||
|
Refreshes ob from in.
Implements Sct::Streamer. Definition at line 34 of file ModuleDefectListStreamer.cpp. References SctData::ModuleDefectList::addDefect(), and Sct::IoError. |
|
||||||||||||
|
Create a new Streamable object of the appropriate type from IS.
Implements Sct::Streamer. Definition at line 28 of file ModuleDefectListStreamer.cpp. References Sct::IoError, and Sct::File::read(). |
|
||||||||||||||||
|
Publishes ob to out.
Implements Sct::Streamer. Definition at line 16 of file ModuleDefectListStreamer.cpp. References SctData::ModuleDefectList::getAllDefects(), SctData::ModuleElement::getFirst(), SctData::ModuleElement::getNChannels(), and Sct::IoError. |
|
|
The IOHelper.
Definition at line 25 of file ModuleDefectListStreamer.h. |
|
|
The static dummy variable for the ISManager map.
Definition at line 14 of file ModuleDefectListStreamer.cpp. |
1.3-rc3