

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. | |
Static Public Member Functions | |
| static IOManagerFile & | instance () |
Private Member Functions | |
| IOManagerFile () throw () | |
Definition at line 11 of file IOManagerFile.h.
|
||||||||||||
|
Read an object. Will determine the class by first reading a string assumed to contain the className.
Implements Sct::IOManager. Definition at line 24 of file IOManagerFile.cpp. |
|
||||||||||||
|
Write an object.
Implements Sct::IOManager. Definition at line 18 of file IOManagerFile.cpp. |
1.4.6