#include <string>#include <vector>#include <map>#include <stdair/stdair_basic_types.hpp>#include <stdair/stdair_inventory_types.hpp>Go to the source code of this file.
Namespaces | |
| stdair | |
| Handle on the StdAir library context. | |
Typedefs | |
| typedef std::string | stdair::ForecasterMode_T |
| typedef short | stdair::HistoricalDataLimit_T |
| typedef std::string | stdair::OptimizerMode_T |
| typedef NbOfBookings_T | stdair::PolicyDemand_T |
| typedef std::vector< double > | stdair::GeneratedDemandVector_T |
| typedef std::vector< GeneratedDemandVector_T > | stdair::GeneratedDemandVectorHolder_T |
| typedef double | stdair::SellupProbability_T |
| typedef std::vector< NbOfRequests_T > | stdair::UncDemVector_T |
| typedef std::vector< NbOfBookings_T > | stdair::BookingVector_T |
| typedef double | stdair::FRAT5_T |
| typedef std::map< const DTD_T, FRAT5_T > | stdair::FRAT5Curve_T |
| typedef std::map< const DTD_T, double > | stdair::FFDisutilityCurve_T |
| typedef std::map< const DTD_T, double > | stdair::SellUpCurve_T |
| typedef std::map< const DTD_T, double > | stdair::DispatchingCurve_T |
| typedef std::map< BookingClass *, SellUpCurve_T > | stdair::BookingClassSellUpCurveMap_T |
| typedef std::map< BookingClass *, DispatchingCurve_T > | stdair::BookingClassDispatchingCurveMap_T |
| typedef std::map< const Yield_T, double > | stdair::YieldDemandMap_T |
| typedef unsigned int | stdair::NbOfSamples_T |
1.8.9.1