#include <FitObjectStreamer.h>
Inheritance diagram for SctData::IO::GausFitObjectStreamer:
Public Member Functions | |
virtual void | read (IStream &in, Streamable &ob, const IOManager &manager) const throw (LogicError, IoError) |
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. | |
Private Member Functions | |
GausFitObjectStreamer () throw () | |
Static Private Attributes | |
bool | inMap |
The static dummy variable for the ISManager map. |
|
Definition at line 71 of file FitObjectStreamer.h. |
|
Create a new Streamable object of the appropriate type from IS.
Implements Sct::Streamer. Definition at line 99 of file FitObjectStreamer.cpp. References Sct::IoError, and Sct::File::read(). |
|
Reimplemented from SctData::IO::FitObjectStreamer. Definition at line 105 of file FitObjectStreamer.cpp. References Sct::IoError. |
|
The static dummy variable for the ISManager map.
Definition at line 97 of file FitObjectStreamer.cpp. |