#include <IOManagerDummy.h>
Inheritance diagram for Sct::IOManagerDummy:
Public Member Functions | |
virtual void | write (const Serializable &ob, const IOParams *params=0) const |
Do not use! | |
virtual shared_ptr< Serializable > | read (const string &name, const IOParams *params=0) const |
Do not use! | |
std::string | testStreaming1 (const Streamable &s) const |
Stream to a string. | |
std::string | testStreaming2 (const Streamable &s) const |
Stream to a string. | |
Static Public Member Functions | |
IOManagerDummy & | instance () throw () |
Definition at line 12 of file IOManagerDummy.h.
|
Do not use!
Implements Sct::IOManager. Definition at line 19 of file IOManagerDummy.cpp. |
|
Stream to a string.
Definition at line 24 of file IOManagerDummy.cpp. References Sct::Streamable::getClassName(), Sct::IOManager::getStreamer(), and Sct::Streamer::write(). |
Here is the call graph for this function:
|
Stream to a string.
Definition at line 32 of file IOManagerDummy.cpp. References Sct::Streamable::getClassName(), Sct::IOManager::getStreamer(), Sct::Streamer::read(), and Sct::Streamer::write(). |
Here is the call graph for this function:
|
Do not use!
Implements Sct::IOManager. Definition at line 15 of file IOManagerDummy.cpp. |