1.00.8
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.
const std::string toString() const
const Duration_T getBoardingTime() const
std::string _departureDate
LegDateKey getLegKey() const
std::string _boardingTime
Handle on the StdAir library context.
InventoryKey getInventoryKey() const
FlightDateKey getFlightDateKey() const
std::string _boardingPoint
std::string _flightNumber
void toStream(std::ostream &ioOut) const
Base class for the keys of Business Object Model (BOM) layer.
Key of a given inventory, made of the airline code.
boost::posix_time::time_duration Duration_T
Key of a given flight-date, made of a flight number and a departure date.
SegmentDateKey getSegmentKey() const
void fromStream(std::istream &ioIn)