StdAir Logo  1.00.10
C++ Standard Airline IT Object Library
BasConst_General.hpp
Go to the documentation of this file.
1 #ifndef __STDAIR_BAS_BASCONST_GENERAL_HPP
2 #define __STDAIR_BAS_BASCONST_GENERAL_HPP
3 
4 // //////////////////////////////////////////////////////////////////////
5 // Import section
6 // //////////////////////////////////////////////////////////////////////
7 // STL
8 #include <string>
9 // StdAir
10 #include <stdair/stdair_types.hpp>
11 
12 namespace stdair {
13 
15  extern const std::string DEFAULT_BOM_ROOT_KEY;
16 
18  extern const double DEFAULT_EPSILON_VALUE;
19 
22 
25 
28 
31 
33  extern const unsigned int DEFAULT_FLIGHT_SPEED;
34 
36  extern const Fare_T DEFAULT_FARE_VALUE;
37 
40 
43 
46 
48  extern const Count_T SECONDS_IN_ONE_DAY;
49 
52 
54  extern const Date_T DEFAULT_DATE;
55 
57  extern const DateTime_T DEFAULT_DATETIME;
58 
61 
63  extern const RandomSeed_T DEFAULT_RANDOM_SEED;
64 
67 
69  extern const Duration_T DEFAULT_NULL_DURATION;
70 
72  extern const Fare_T DEFAULT_CLASS_FARE_VALUE;
73 
76 
78  extern const unsigned int DEFAULT_NB_OF_DAYS_IN_A_YEAR;
79 
82 
84  extern const ChannelLabel_T DEFAULT_CHANNEL;
85 
88 
90  extern const unsigned int DEFAULT_NUMBER_OF_SUBDIVISIONS;
91 
92 }
93 #endif // __STDAIR_BAS_BASCONST_GENERAL_HPP
stdair::DEFAULT_RANDOM_SEED
const RandomSeed_T DEFAULT_RANDOM_SEED
stdair::MILLISECONDS_IN_ONE_SECOND
const Count_T MILLISECONDS_IN_ONE_SECOND
stdair::DEFAULT_REVENUE_VALUE
const Revenue_T DEFAULT_REVENUE_VALUE
Definition: BasConst_General.hpp:42
stdair::DEFAULT_NB_OF_FLIGHTDATES
const NbOfFlightDates_T DEFAULT_NB_OF_FLIGHTDATES
stdair::DEFAULT_FARE_VALUE
const Fare_T DEFAULT_FARE_VALUE
Definition: BasConst_General.hpp:36
stdair::Revenue_T
double Revenue_T
Definition: stdair_basic_types.hpp:85
stdair::DEFAULT_NULL_DURATION
const Duration_T DEFAULT_NULL_DURATION
stdair_types.hpp
stdair::Fare_T
double Fare_T
Definition: stdair_basic_types.hpp:126
stdair::NbOfFlightDates_T
double NbOfFlightDates_T
Definition: stdair_inventory_types.hpp:54
stdair::DEFAULT_CURRENCY
const PriceCurrency_T DEFAULT_CURRENCY
Definition: BasConst_General.hpp:39
stdair::BookingRatio_T
double BookingRatio_T
Definition: stdair_inventory_types.hpp:110
stdair::DEFAULT_OND_BOOKING_RATE
const BookingRatio_T DEFAULT_OND_BOOKING_RATE
stdair
Handle on the StdAir library context.
Definition: BasChronometer.cpp:9
stdair::DEFAULT_DISTANCE_VALUE
const Distance_T DEFAULT_DISTANCE_VALUE
Definition: BasConst_General.hpp:30
stdair::DEFAULT_FLIGHT_SPEED
const unsigned int DEFAULT_FLIGHT_SPEED
stdair::PriceCurrency_T
std::string PriceCurrency_T
Definition: stdair_basic_types.hpp:82
stdair::NULL_BOOST_TIME_DURATION
const Duration_T NULL_BOOST_TIME_DURATION
Definition: BasConst_TravelSolution.hpp:23
stdair::DateTime_T
boost::posix_time::ptime DateTime_T
Definition: stdair_date_time_types.hpp:26
stdair::DEFAULT_DATE
const Date_T DEFAULT_DATE
stdair::DEFAULT_DATETIME
const DateTime_T DEFAULT_DATETIME
stdair::Distance_T
unsigned long int Distance_T
Definition: stdair_basic_types.hpp:19
stdair::DEFAULT_CLASS_NB_OF_BOOKINGS
const NbOfBookings_T DEFAULT_CLASS_NB_OF_BOOKINGS
Definition: BasConst_General.hpp:27
stdair::RandomSeed_T
unsigned long int RandomSeed_T
Definition: stdair_maths_types.hpp:39
stdair::DEFAULT_NBOFAIRLINES
const NbOfAirlines_T DEFAULT_NBOFAIRLINES
stdair::DEFAULT_NB_OF_DAYS_IN_A_YEAR
const unsigned int DEFAULT_NB_OF_DAYS_IN_A_YEAR
stdair::DEFAULT_EPSILON_DURATION
const Duration_T DEFAULT_EPSILON_DURATION
stdair::DEFAULT_CABIN_CAPACITY
const CabinCapacity_T DEFAULT_CABIN_CAPACITY
Definition: BasConst_General.hpp:21
stdair::NbOfAirlines_T
unsigned short NbOfAirlines_T
Definition: stdair_basic_types.hpp:120
stdair::DEFAULT_CLASS_FARE_VALUE
const Fare_T DEFAULT_CLASS_FARE_VALUE
stdair::ChannelLabel_T
std::string ChannelLabel_T
Definition: stdair_demand_types.hpp:92
stdair::DEFAULT_BOM_ROOT_KEY
const std::string DEFAULT_BOM_ROOT_KEY
stdair::DEFAULT_CHANNEL
const ChannelLabel_T DEFAULT_CHANNEL
Definition: BasConst_Request.hpp:48
stdair::DEFAULT_EPSILON_VALUE
const double DEFAULT_EPSILON_VALUE
Definition: BasConst_General.hpp:18
stdair::Count_T
unsigned int Count_T
Definition: stdair_basic_types.hpp:95
stdair::Duration_T
boost::posix_time::time_duration Duration_T
Definition: stdair_date_time_types.hpp:17
stdair::SECONDS_IN_ONE_DAY
const Count_T SECONDS_IN_ONE_DAY
stdair::DEFAULT_NUMBER_OF_SUBDIVISIONS
const unsigned int DEFAULT_NUMBER_OF_SUBDIVISIONS
stdair::DEFAULT_OND_STRING_LIST
const OnDStringList_T DEFAULT_OND_STRING_LIST
Definition: BasConst.cpp:727
stdair::CabinCapacity_T
double CabinCapacity_T
Definition: stdair_inventory_types.hpp:51
stdair::NbOfBookings_T
NbOfRequests_T NbOfBookings_T
Definition: stdair_basic_types.hpp:104
stdair::OnDStringList_T
std::list< OnDString_T > OnDStringList_T
Definition: stdair_demand_types.hpp:120
stdair::Date_T
boost::gregorian::date Date_T
Definition: stdair_date_time_types.hpp:20