#include <PipelineTestResultStreamer.h>
Inheritance diagram for SctData::IO::PipelineTestResultStreamer:
Public Member Functions | |
virtual void | write (OStream &out, const Streamable &ob, const IOManager &manager) const throw (LogicError, IoError) |
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 | |
PipelineTestResultStreamer () throw () | |
Static Private Attributes | |
bool | inMap |
Definition at line 12 of file PipelineTestResultStreamer.h.
|
Definition at line 9 of file PipelineTestResultStreamer.cpp. |
|
Should always succeed! Should always succeed! Reimplemented from SctData::IO::TestResultStreamer. Definition at line 24 of file PipelineTestResultStreamer.cpp. References Sct::IoError. |
|
Create a new Streamable object of the appropriate type from IS.
Implements Sct::Streamer. Definition at line 13 of file PipelineTestResultStreamer.cpp. References Sct::IoError, and Sct::File::read(). |
|
This is because ISostream operator<<(string&) isnt const Reimplemented from SctData::IO::TestResultStreamer. Definition at line 19 of file PipelineTestResultStreamer.cpp. References Sct::IoError. |
|
Definition at line 11 of file PipelineTestResultStreamer.cpp. |