0.45.1
C++ Standard Airline IT Object Library
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
stdair_rm_types.hpp
Go to the documentation of this file.
1
#ifndef __STDAIR_STDAIR_RM_TYPES_HPP
2
#define __STDAIR_STDAIR_RM_TYPES_HPP
3
4
// //////////////////////////////////////////////////////////////////////
5
// Import section
6
// //////////////////////////////////////////////////////////////////////
7
// STL
8
#include <string>
9
#include <vector>
10
// StdAir
11
#include <
stdair/stdair_basic_types.hpp
>
12
13
namespace
stdair {
14
15
// //////// Type definitions /////////
17
typedef
std::string
ForecasterMode_T
;
18
20
typedef
short
HistoricalDataLimit_T
;
21
23
typedef
std::string
OptimizerMode_T
;
24
26
typedef
NbOfBookings_T
PolicyDemand_T
;
27
30
typedef
std::vector<double>
GeneratedDemandVector_T
;
31
33
typedef
std::vector<GeneratedDemandVector_T>
GeneratedDemandVectorHolder_T
;
34
36
typedef
double
SellupProbability_T
;
37
39
typedef
std::vector<SellupProbability_T>
SellupProbabilityVector_T
;
40
42
typedef
std::vector<double>
SellupFactorHolder_T
;
43
44
}
45
#endif // __STDAIR_STDAIR_RM_TYPES_HPP
Generated on Thu Aug 16 2012 03:18:50 for StdAir by
1.8.1.2