1#ifndef __STDAIR_BOM_BOMKEYMANAGER_HPP
2#define __STDAIR_BOM_BOMKEYMANAGER_HPP
19 struct SegmentDateKey;
21 struct SegmentCabinKey;
23 struct BookingClassKey;
Handle on the StdAir library context.
Utility class to extract key structures from strings.
static FlightDateKey extractFlightDateKey(const std::string &iFullKeyStr)
static SegmentDateKey extractSegmentDateKey(const std::string &iFullKeyStr)
static InventoryKey extractInventoryKey(const std::string &iFullKeyStr)
static ParsedKey extractKeys(const std::string &iFullKeyStr)
static LegDateKey extractLegDateKey(const std::string &iFullKeyStr)
Key of a given flight-date, made of a flight number and a departure date.
Key of a given inventory, made of the airline code.
Key of a given segment-date, made of an origin and a destination airports.