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();
Handle on the StdAir library context.
boost::gregorian::date Date_T
unsigned short FlightNumber_T
Key of a given flight-date, made of a flight number and a departure date.
void fromStream(std::istream &ioIn)
const std::string toString() const
void serialize(Archive &ar, const unsigned int iFileVersion)
friend class boost::serialization::access
const Date_T & getDepartureDate() const
const FlightNumber_T & getFlightNumber() const
void toStream(std::ostream &ioOut) const
Base class for the keys of Business Object Model (BOM) layer.