AirInv Logo  1.00.9
C++ Simulated Airline Inventory Management System Library
Loading...
Searching...
No Matches
BasConst_Curves.hpp
Go to the documentation of this file.
1#ifndef __AIRINV_BAS_BASCONST_CURVES_HPP
2#define __AIRINV_BAS_BASCONST_CURVES_HPP
3
4// //////////////////////////////////////////////////////////////////////
5// Import section
6// //////////////////////////////////////////////////////////////////////
7// AIRINV
9
10namespace AIRINV {
11
13 extern const FRAT5Curve_T DEFAULT_PICKUP_FRAT5_CURVE;
14
16 struct DefaultMap {
18 };
19}
20#endif // __AIRINV_BAS_BASCONST_CURVES_HPP
const FRAT5Curve_T DEFAULT_PICKUP_FRAT5_CURVE
Definition BasConst.cpp:14
std::map< const stdair::DTD_T, double > FRAT5Curve_T
static FRAT5Curve_T createPickupFRAT5Curve()
Definition BasConst.cpp:16