1.00.10
C++ Standard Airline IT Object Library
|
|
Go to the documentation of this file. 1 #ifndef __STDAIR_BOM_PARSEDKEY_HPP
2 #define __STDAIR_BOM_PARSEDKEY_HPP
18 struct SegmentDateKey;
47 void toStream (std::ostream& ioOut)
const;
86 #endif // __STDAIR_BOM_PARSEDKEY_HPP
Key of a given segment-date, made of an origin and a destination airports.
Key of a given flight-date, made of a flight number and a departure date.
const Duration_T getBoardingTime() const
LegDateKey getLegKey() const
std::string _boardingTime
std::string _departureDate
const std::string toString() const
Handle on the StdAir library context.
FlightDateKey getFlightDateKey() const
std::string _boardingPoint
std::string _flightNumber
InventoryKey getInventoryKey() const
void toStream(std::ostream &ioOut) const
SegmentDateKey getSegmentKey() const
void fromStream(std::istream &ioIn)
Base class for the keys of Business Object Model (BOM) layer.
boost::posix_time::time_duration Duration_T
Key of a given inventory, made of the airline code.