1 #ifndef __STDAIR_BOM_FLIGHTDATEKEY_HPP 2 #define __STDAIR_BOM_FLIGHTDATEKEY_HPP 17 namespace serialization {
29 friend class boost::serialization::access;
64 return _departureDate;
75 void toStream (std::ostream& ioOut)
const;
82 void fromStream (std::istream& ioIn);
93 const std::string toString()
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 const Date_T & getDepartureDate() const
Base class for the keys of Business Object Model (BOM) layer.
boost::gregorian::date Date_T
unsigned short FlightNumber_T
Handle on the StdAir library context.
Key of a given flight-date, made of a flight number and a departure date.
const FlightNumber_T & getFlightNumber() const