1 #ifndef __STDAIR_BOM_FLIGHTDATEKEY_HPP
2 #define __STDAIR_BOM_FLIGHTDATEKEY_HPP
17 namespace serialization {
64 return _departureDate;
75 void toStream (std::ostream& ioOut)
const;
101 template<
class Archive>
102 void serialize (Archive& ar,
const unsigned int iFileVersion);
109 void serialisationImplementationExport()
const;
110 void serialisationImplementationImport();
127 #endif // __STDAIR_BOM_FLIGHTDATEKEY_HPP
unsigned short FlightNumber_T
Handle on the StdAir library context.
void toStream(std::ostream &ioOut) const
Base class for the keys of Business Object Model (BOM) layer.
friend class boost::serialization::access
Key of a given flight-date, made of a flight number and a departure date.
const Date_T & getDepartureDate() const
void fromStream(std::istream &ioIn)
void serialize(Archive &ar, const unsigned int iFileVersion)
boost::gregorian::date Date_T
const std::string toString() const
const FlightNumber_T & getFlightNumber() const