1 #ifndef __STDAIR_BOM_FLIGHTPERIOD_HPP
2 #define __STDAIR_BOM_FLIGHTPERIOD_HPP
16 template <
typename BOM>
friend class FacBom;
92 #endif // __STDAIR_BOM_FLIGHTPERIOD_HPP
BomAbstract *const getParent() const
std::string toString() const
Base class for Factory layer.
std::map< const std::type_info *, BomAbstract * > HolderMap_T
const PeriodStruct & getPeriod() const
const FlightNumber_T & getFlightNumber() const
const HolderMap_T & getHolderMap() const
const std::string describeKey() const
Base class for the Business Object Model (BOM) layer.
void fromStream(std::istream &ioIn)
unsigned short FlightNumber_T
Base class for Factory layer.
const PeriodStruct & getPeriod() const
const std::string toString() const
const FlightNumber_T & getFlightNumber() const
const Key_T & getKey() const
void toStream(std::ostream &ioOut) const
Utility class for linking StdAir-based objects.