#include <IOManagerIS.h>
Inheritance diagram for Sct::IS::IOManagerIS:
Public Member Functions | |
virtual void | write (const Serializable &ob, const IOParams *params=0) const throw (LogicError, IoError) |
Write an object. | |
virtual shared_ptr< Serializable > | read (const string &name, const IOParams *params=0) const throw (LogicError, IoError) |
Read an object. | |
virtual shared_ptr< Serializable > | read (const ISCallbackInfo &info) const throw (LogicError, IoError) |
virtual shared_ptr< Serializable > | read (ISInfoIterator &it) const throw (LogicError, IoError) |
Static Public Member Functions | |
static IOManagerIS & | instance () throw () |
Protected Member Functions | |
IOManagerIS () throw () |
Definition at line 12 of file IOManagerIS.h.
|
Read an object. Will determine the class by first reading a string assumed to contain the className.
Implements Sct::IOManager. Definition at line 84 of file IOManagerIS.cpp. References Sct::IOName::getClassName(), and Sct::SctNames::getISDictionary(). Here is the call graph for this function: ![]() |
|
Write an object.
Implements Sct::IOManager. Reimplemented in Sct::ISProxy::IOManagerISProxy. Definition at line 66 of file IOManagerIS.cpp. References Sct::SctNames::getISDictionary(), and Sct::IS::IOParamsIS::serverName. Here is the call graph for this function: ![]() |