#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) |
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) |
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. |