#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 | |
| IOManagerIS & | instance () 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 78 of file IOManagerIS.cpp. References Sct::IoError. |
|
||||||||||||
|
Write an object.
Implements Sct::IOManager. Definition at line 60 of file IOManagerIS.cpp. References Sct::IoError, and Sct::IS::IOParamsIS::serverName. |
1.3.5