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