#include <airinv/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 std::string | describeKey () const =0 |
| virtual std::string | describeShortKey () const =0 |
Protected Member Functions | |
| BomAbstract () | |
| BomAbstract (const BomAbstract &) | |
| virtual | ~BomAbstract () |
Friends | |
| class | FacBomAbstract |
Base class for the Business Object Model (BOM) layer.
Definition at line 14 of file BomAbstract.hpp.
|
inlineprotected |
Protected Default Constructor to ensure this class is abtract.
Definition at line 40 of file BomAbstract.hpp.
Referenced by BomAbstract().
|
inlineprotected |
Definition at line 41 of file BomAbstract.hpp.
References BomAbstract().
|
inlineprotectedvirtual |
Destructor.
Definition at line 44 of file BomAbstract.hpp.
|
pure virtual |
Dump a Business Object into an output stream.
| ostream& | the output stream. |
|
pure virtual |
Read a Business Object from an input stream.
| istream& | the input stream. |
Referenced by operator>>().
|
pure virtual |
Get the serialised version of the Business Object.
|
pure virtual |
Get a string describing the whole key (differentiating two objects at any level).
|
pure virtual |
Get a string describing the short key (differentiating two objects at the same level).
|
friend |
Definition at line 15 of file BomAbstract.hpp.
References FacBomAbstract.
Referenced by FacBomAbstract.
1.17.0