1 #ifndef __STDAIR_BOM_SEGMENTDATEKEY_HPP 2 #define __STDAIR_BOM_SEGMENTDATEKEY_HPP 13 namespace serialization {
25 friend class boost::serialization::access;
52 return _boardingPoint;
67 void toStream (std::ostream& ioOut)
const;
74 void fromStream (std::istream& ioIn);
85 const std::string toString()
const;
93 template<
class Archive>
94 void serialize (Archive& ar,
const unsigned int iFileVersion);
101 void serialisationImplementationExport()
const;
102 void serialisationImplementationImport();
119 #endif // __STDAIR_BOM_SEGMENTDATEKEY_HPP LocationCode_T AirportCode_T
Base class for the keys of Business Object Model (BOM) layer.
Key of a given segment-date, made of an origin and a destination airports.
const AirportCode_T & getOffPoint() const
Handle on the StdAir library context.
const AirportCode_T & getBoardingPoint() const