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