#include <Streamable.hh>
Inheritance diagram for rovsoft::lib::Streamable:
Public Member Functions | |
virtual void | write (io::OStreamer &out) const =0 throw (io::IOExceptionPtr) |
This method should write the contents of the object to the stream specified with out. | |
virtual | ~Streamable () |
Virtual empty destructor. |
(serializable)
|
Virtual empty destructor.
|
|
This method should write the contents of the object to the stream specified with out.
Implemented in rovsoft::messages::ByteTypeMessage, rovsoft::messages::FloatFloatTypeMessage, rovsoft::messages::Message, rovsoft::messages::NByteTypeMessage, rovsoft::messages::NShortTypeMessage, rovsoft::messages::NUByteTypeMessage, rovsoft::messages::ShortTypeMessage, rovsoft::messages::TimeStampedMessage, rovsoft::messages::TsFloatTypeMessage, rovsoft::messages::TsUByteTypeMessage, rovsoft::messages::UByteTypeMessage, rovsoft::messages::ULongTypeMessage, and rovsoft::messages::UShortTypeMessage. |