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

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. | |
Protected Member Functions | |
| TGraphStreamer () throw () | |
| Protected constructor. | |
Static Private Attributes | |
| bool | inMap |
Definition at line 18 of file TGraphStreamer.h.
|
|
Protected constructor.
Definition at line 12 of file TGraphStreamer.cpp. |
|
||||||||||||||||
|
Refreshes ob from in.
Implements Sct::Streamer. Reimplemented in SctData::IO::TGraphAsymmErrorsStreamer. Definition at line 28 of file TGraphStreamer.cpp. References SctData::RootStreamableAdapter::getObject(), and Sct::IoError. |
|
||||||||||||
|
Create a new Streamable object of the appropriate type from IS.
Implements Sct::Streamer. Reimplemented in SctData::IO::TGraphAsymmErrorsStreamer. Definition at line 22 of file TGraphStreamer.cpp. References Sct::IoError, and Sct::File::read(). |
|
||||||||||||||||
|
Publishes ob to out.
Implements Sct::Streamer. Reimplemented in SctData::IO::TGraphAsymmErrorsStreamer. Definition at line 14 of file TGraphStreamer.cpp. References SctData::RootStreamableAdapter::getObject(), and Sct::IoError. |
|
|
Reimplemented in SctData::IO::TGraphAsymmErrorsStreamer. Definition at line 10 of file TGraphStreamer.cpp. |
1.3-rc3