16 Inventory::Inventory() :
19 _airlineFeature (NULL) {
24 Inventory::Inventory (
const Inventory& iInventory)
25 : _key (iInventory._key),
27 _airlineFeature (NULL) {
31 Inventory::Inventory (
const Key_T& iKey) :
34 _airlineFeature (NULL) {
43 std::ostringstream oStr;
53 return oFlightDate_ptr;
Handle on the StdAir library context.
const AirlineCode_T DEFAULT_AIRLINE_CODE
ForecastingMethod::EN_ForecastingMethod getForecastingMethod() const
PartnershipTechnique::EN_PartnershipTechnique getPartnershipTechnique() const
OptimisationMethod::EN_OptimisationMethod getOptimisationMethod() const
UnconstrainingMethod::EN_UnconstrainingMethod getUnconstrainingMethod() const
PreOptimisationMethod::EN_PreOptimisationMethod getPreOptimisationMethod() const
static OBJECT2 * getObjectPtr(const OBJECT1 &, const MapKey_T &)
Class representing the actual attributes for an airline flight-date.
Key of a given flight-date, made of a flight number and a departure date.
const std::string toString() const
AirlineFeature * _airlineFeature
FlightDate * getFlightDate(const std::string &iFlightDateKeyStr) const
std::string toString() const
UnconstrainingMethod::EN_UnconstrainingMethod getUnconstrainingMethod() const
const std::string describeKey() const
OptimisationMethod::EN_OptimisationMethod getOptimisationMethod() const
ForecastingMethod::EN_ForecastingMethod getForecastingMethod() const
PartnershipTechnique::EN_PartnershipTechnique getPartnershipTechnique() const
PreOptimisationMethod::EN_PreOptimisationMethod getPreOptimisationMethod() const
Key of a given inventory, made of the airline code.