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 | |
static IOManagerISProxy & | instance () |
Protected Member Functions | |
IOManagerISProxy () throw () |
Definition at line 9 of file IOManagerISProxy.h.
|
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(). Here is the call graph for this function: ![]() |