#include <rmol/field/FldAbstract.hpp>
Public Member Functions | |
virtual void | toStream (std::ostream &ioOut) const =0 |
virtual void | fromStream (std::istream &ioIn)=0 |
Protected Member Functions | |
FldAbstract () | |
FldAbstract (const FldAbstract &) | |
virtual | ~FldAbstract () |
Base class for the Business Object Model (BOM) layer.
Definition at line 16 of file FldAbstract.hpp.
RMOL::FldAbstract::FldAbstract | ( | ) | [inline, protected] |
Protected Default Constructor to ensure this class is abtract.
Definition at line 29 of file FldAbstract.hpp.
RMOL::FldAbstract::FldAbstract | ( | const FldAbstract & | ) | [inline, protected] |
Definition at line 30 of file FldAbstract.hpp.
virtual RMOL::FldAbstract::~FldAbstract | ( | ) | [inline, protected, virtual] |
Destructor.
Definition at line 33 of file FldAbstract.hpp.
virtual void RMOL::FldAbstract::toStream | ( | std::ostream & | ioOut | ) | const [pure virtual] |
Dump a Business Object into an output stream.
ostream& | the output stream. |
Implemented in RMOL::FldDistributionParameters, RMOL::FldOverbookingPolicy, and RMOL::FldYieldRange.
virtual void RMOL::FldAbstract::fromStream | ( | std::istream & | ioIn | ) | [pure virtual] |
Read a Business Object from an input stream.
istream& | the input stream. |
Implemented in RMOL::FldDistributionParameters, RMOL::FldOverbookingPolicy, and RMOL::FldYieldRange.
Referenced by operator>>().
Generated on Wed Feb 9 2011 17:09:56 for RMOL by Doxygen 1.7.1