1#ifndef __STDAIR_BOM_AIRPORTPAIR_HPP
2#define __STDAIR_BOM_AIRPORTPAIR_HPP
19 template <
typename BOM>
friend class FacBom;
58 return _key.toString();
74 return _key.getBoardingPoint();
81 return _key.getOffPoint();
Handle on the StdAir library context.
std::map< const std::type_info *, BomAbstract * > HolderMap_T
LocationCode_T AirportCode_T
Class representing the actual attributes for an airport-pair.
AirportPair(const Key_T &)
void toStream(std::ostream &ioOut) const
BomAbstract *const getParent() const
const AirportCode_T & getOffPoint() const
std::string toString() const
const std::string describeKey() const
const AirportCode_T & getBoardingPoint() const
const HolderMap_T & getHolderMap() const
friend class FacBomManager
const Key_T & getKey() const
void fromStream(std::istream &ioIn)