#include <IOManagerFile.h>
Inheritance diagram for Sct::File::IOManagerFile:
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 | |
IOManagerFile & | instance () |
Private Member Functions | |
IOManagerFile () throw () |
|
Definition at line 10 of file IOManagerFile.cpp. |
|
Definition at line 13 of file IOManagerFile.cpp. |
|
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. References Sct::IOName::getIOName(). |