#include <rmol/bom/BomAbstract.hpp>
Public Member Functions | |
virtual void | toStream (std::ostream &ioOut) const =0 |
virtual void | fromStream (std::istream &ioIn)=0 |
virtual std::string | toString () const =0 |
virtual const std::string | describeKey () const =0 |
virtual const std::string | describeShortKey () const =0 |
Protected Member Functions | |
BomAbstract () | |
BomAbstract (const BomAbstract &) | |
virtual | ~BomAbstract () |
Friends | |
class | FacBomAbstract |
Definition at line 16 of file BomAbstract.hpp.
RMOL::BomAbstract::BomAbstract | ( | ) | [inline, protected] |
Protected Default Constructor to ensure this class is abtract.
Definition at line 42 of file BomAbstract.hpp.
RMOL::BomAbstract::BomAbstract | ( | const BomAbstract & | ) | [inline, protected] |
Definition at line 43 of file BomAbstract.hpp.
virtual RMOL::BomAbstract::~BomAbstract | ( | ) | [inline, protected, virtual] |
Destructor.
Definition at line 46 of file BomAbstract.hpp.
virtual void RMOL::BomAbstract::toStream | ( | std::ostream & | ioOut | ) | const [pure virtual] |
Dump a Business Object into an output stream.
ostream& | the output stream. |
Implemented in RMOL::Bucket, RMOL::BucketHolder, RMOL::Demand, RMOL::Overbooking, RMOL::PartialSumHolder, RMOL::PartialSumHolderHolder, and RMOL::StudyStatManager.
virtual void RMOL::BomAbstract::fromStream | ( | std::istream & | ioIn | ) | [pure virtual] |
Read a Business Object from an input stream.
istream& | the input stream. |
Implemented in RMOL::Bucket, RMOL::BucketHolder, RMOL::Demand, RMOL::Overbooking, RMOL::PartialSumHolder, RMOL::PartialSumHolderHolder, and RMOL::StudyStatManager.
Referenced by operator>>().
virtual std::string RMOL::BomAbstract::toString | ( | ) | const [pure virtual] |
Get the serialised version of the Business Object.
Implemented in RMOL::Bucket, RMOL::BucketHolder, RMOL::Demand, RMOL::Overbooking, RMOL::PartialSumHolder, RMOL::PartialSumHolderHolder, and RMOL::StudyStatManager.
virtual const std::string RMOL::BomAbstract::describeKey | ( | ) | const [pure virtual] |
Get a string describing the whole key (differentiating two objects at any level).
Implemented in RMOL::Bucket, RMOL::BucketHolder, RMOL::Demand, RMOL::Overbooking, RMOL::PartialSumHolder, RMOL::PartialSumHolderHolder, and RMOL::StudyStatManager.
virtual const std::string RMOL::BomAbstract::describeShortKey | ( | ) | const [pure virtual] |
Get a string describing the short key (differentiating two objects at the same level).
Implemented in RMOL::Bucket, RMOL::BucketHolder, RMOL::Demand, RMOL::Overbooking, RMOL::PartialSumHolder, RMOL::PartialSumHolderHolder, and RMOL::StudyStatManager.
friend class FacBomAbstract [friend] |
Definition at line 17 of file BomAbstract.hpp.
Generated on Sat Jun 6 13:49:04 2009 for RMOL by Doxygen 1.5.7.1