#include <rmol/service/ServiceAbstract.hpp>
Public Member Functions | |
virtual | ~ServiceAbstract () |
virtual void | toStream (std::ostream &ioOut) const |
virtual void | fromStream (std::istream &ioIn) |
Protected Member Functions | |
ServiceAbstract () |
Definition at line 14 of file ServiceAbstract.hpp.
virtual RMOL::ServiceAbstract::~ServiceAbstract | ( | ) | [inline, virtual] |
Destructor.
Definition at line 18 of file ServiceAbstract.hpp.
RMOL::ServiceAbstract::ServiceAbstract | ( | ) | [inline, protected] |
Protected Default Constructor to ensure this class is abtract.
Definition at line 30 of file ServiceAbstract.hpp.
virtual void RMOL::ServiceAbstract::toStream | ( | std::ostream & | ioOut | ) | const [inline, virtual] |
Dump a Business Object into an output stream.
ostream& | the output stream. |
Definition at line 22 of file ServiceAbstract.hpp.
virtual void RMOL::ServiceAbstract::fromStream | ( | std::istream & | ioIn | ) | [inline, virtual] |
Read a Business Object from an input stream.
istream& | the input stream. |
Definition at line 26 of file ServiceAbstract.hpp.
Referenced by operator>>().
Generated on Sun Jun 14 23:34:09 2009 for RMOL by Doxygen 1.5.8