1.00.10
C++ Standard Airline IT Object Library
|
|
Go to the documentation of this file. 1 #ifndef __STDAIR_BOM_BOMKEYMANAGER_HPP
2 #define __STDAIR_BOM_BOMKEYMANAGER_HPP
19 struct SegmentDateKey;
21 struct SegmentCabinKey;
23 struct BookingClassKey;
93 #endif // __STDAIR_BOM_BOMKEYMANAGER_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.
static FlightDateKey extractFlightDateKey(const std::string &iFullKeyStr)
Handle on the StdAir library context.
static SegmentDateKey extractSegmentDateKey(const std::string &iFullKeyStr)
static ParsedKey extractKeys(const std::string &iFullKeyStr)
static LegDateKey extractLegDateKey(const std::string &iFullKeyStr)
Utility class to extract key structures from strings.
static InventoryKey extractInventoryKey(const std::string &iFullKeyStr)
Key of a given inventory, made of the airline code.