#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) |
virtual shared_ptr< Streamable > | read (IStream &in, const IOManager &manager) const throw (LogicError, IoError) |
virtual void | read (IStream &in, Streamable &ob, const IOManager &manager) const throw (LogicError, IoError) |
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. |
|
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. |