1.00.10
C++ Standard Airline IT Object Library
|
|
Go to the documentation of this file. 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)
void fromStream(std::istream &ioIn)
const std::string toString() const
LocationCode_T AirportCode_T
Handle on the StdAir library context.
friend class boost::serialization::access
const AirportCode_T & getOffPoint() const
Base class for the keys of Business Object Model (BOM) layer.
const AirportCode_T & getBoardingPoint() const
void toStream(std::ostream &ioOut) const