StdAir Logo  1.00.12
C++ Standard Airline IT Object Library
stdair::BomAbstract Class Referenceabstract

Base class for the Business Object Model (BOM) layer. More...

#include <stdair/bom/BomAbstract.hpp>

+ Inheritance diagram for stdair::BomAbstract:

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 ~BomAbstract ()
 

Protected Member Functions

 BomAbstract ()
 
 BomAbstract (const BomAbstract &)
 

Detailed Description

Base class for the Business Object Model (BOM) layer.

Definition at line 24 of file BomAbstract.hpp.

Constructor & Destructor Documentation

◆ BomAbstract() [1/2]

stdair::BomAbstract::BomAbstract ( )
inlineprotected

Protected Default Constructor to ensure this class is abtract.

Definition at line 53 of file BomAbstract.hpp.

◆ BomAbstract() [2/2]

stdair::BomAbstract::BomAbstract ( const BomAbstract )
inlineprotected

Definition at line 54 of file BomAbstract.hpp.

◆ ~BomAbstract()

virtual stdair::BomAbstract::~BomAbstract ( )
inlinevirtual

Destructor.

Definition at line 59 of file BomAbstract.hpp.

Member Function Documentation

◆ toStream()

◆ fromStream()

◆ toString()


The documentation for this class was generated from the following file: