#include <IOManagerISProxy.h>
Inheritance diagram for Sct::ISProxy::IOManagerISProxy:
Public Member Functions | |
virtual void | write (const Serializable &ob, const IOParams *params=0) const throw (LogicError, IoError) |
Write an object. | |
virtual void | writeImpl (OStream &out, const Streamable &ob, bool writeClassName) const throw (LogicError, IoError) |
Writes a Streamable to an output stream. | |
Static Public Member Functions | |
IOManagerISProxy & | instance () |
Protected Member Functions | |
IOManagerISProxy () throw () |
|
Definition at line 12 of file IOManagerISProxy.cpp. |
|
Reimplemented from Sct::IS::IOManagerIS. Definition at line 15 of file IOManagerISProxy.cpp. Referenced by SctFitter::FitterWorkerGroup::work(). |
|
Write an object.
Reimplemented from Sct::IS::IOManagerIS. Definition at line 20 of file IOManagerISProxy.cpp. |
|
Writes a Streamable to an output stream.
Reimplemented from Sct::IOManager. Definition at line 31 of file IOManagerISProxy.cpp. References Sct::Streamer::write(). |