#include <ConfigurationVariableStreamer.h>
Inheritance diagram for SctData::IO::ConfigurationVariableStreamer:

Public Member Functions | |
| virtual void | write (OStream &out, const Streamable &ob, const IOManager &manager) const throw (LogicError, IoError) |
| Publishes ob to out. | |
| virtual shared_ptr< Streamable > | read (IStream &in, const IOManager &manager) const throw (LogicError, IoError) |
| Create a new Streamable object of the appropriate type from IS. | |
| virtual void | read (IStream &in, Streamable &ob, const IOManager &manager) const throw (LogicError, IoError) |
Private Member Functions | |
| ConfigurationVariableStreamer () throw () | |
Static Private Attributes | |
| bool | inMap |
|
|
Definition at line 9 of file ConfigurationVariableStreamer.cpp. |
|
||||||||||||||||
|
Implements Sct::Streamer. Definition at line 22 of file ConfigurationVariableStreamer.cpp. References Sct::IoError. |
|
||||||||||||
|
Create a new Streamable object of the appropriate type from IS.
Implements Sct::Streamer. Definition at line 16 of file ConfigurationVariableStreamer.cpp. References Sct::IoError. |
|
||||||||||||||||
|
Publishes ob to out.
Implements Sct::Streamer. Definition at line 11 of file ConfigurationVariableStreamer.cpp. References Sct::IoError. |
|
|
Definition at line 8 of file ConfigurationVariableStreamer.cpp. |
1.3-rc3