1 #ifndef __STDAIR_BOM_FLIGHTDATE_HPP
2 #define __STDAIR_BOM_FLIGHTDATE_HPP
18 namespace serialization {
28 struct SegmentDateKey;
36 template <
typename BOM>
friend class FacBom;
172 template<
class Archive>
173 void serialize (Archive& ar,
const unsigned int iFileVersion);
183 void serialisationImplementationExport()
const;
184 void serialisationImplementationImport();
230 #endif // __STDAIR_BOM_FLIGHTDATE_HPP
const Date_T & getDepartureDate() const
void serialize(Archive &ar, const unsigned int iFileVersion)
Utility class for linking StdAir-based objects.
unsigned short FlightNumber_T
Class representing the actual attributes for an airline segment-date.
Handle on the StdAir library context.
std::map< const std::type_info *, BomAbstract * > HolderMap_T
Base class for the Business Object Model (BOM) layer.
std::string toString() const
std::string AirlineCode_T
void fromStream(std::istream &ioIn)
const FlightNumber_T & getFlightNumber() const
Base class for Factory layer.
const HolderMap_T & getHolderMap() const
Key of a given flight-date, made of a flight number and a departure date.
const AirlineCode_T & getAirlineCode() const
const Key_T & getKey() const
const Date_T & getDepartureDate() const
friend class boost::serialization::access
SegmentDate * getSegmentDate(const std::string &iSegmentDateKeyStr) const
boost::gregorian::date Date_T
void toStream(std::ostream &ioOut) const
const std::string toString() const
Key of a given segment-date, made of an origin and a destination airports.
LegDate * getLegDate(const std::string &iLegDateKeyStr) const
Class representing the actual attributes for an airline flight-date.
Base class for Factory layer.
const std::string describeKey() const
BomAbstract *const getParent() const
const FlightNumber_T & getFlightNumber() const