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