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

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 | |
| ScanHeaderStreamer () throw () | |
| Constructor is private. | |
Private Attributes | |
| ScanHeaderIOHelper | headerHelper |
| The ScanHeader IOHelper. | |
Static Private Attributes | |
| bool | inMap |
| The static dummy variable for the IOManager map. | |
Note that this class handles the reading and writing of ScanTypes itself
Definition at line 23 of file ScanHeaderStreamer.h.
|
|
Constructor is private.
Definition at line 14 of file ScanHeaderStreamer.cpp. |
|
||||||||||||||||
|
Should always succeed! Definition at line 32 of file ScanHeaderStreamer.cpp. References Sct::IoError. |
|
|
The ScanHeader IOHelper.
Definition at line 31 of file ScanHeaderStreamer.h. |
|
|
The static dummy variable for the IOManager map.
Definition at line 16 of file ScanHeaderStreamer.cpp. |
1.3-rc3