StdAir Logo  1.00.8
C++ Standard Airline IT Object Library
BasConst_Period_BOM.hpp
Go to the documentation of this file.
1 #ifndef __STDAIR_BAS_BASCONST_PERIOD_BOM_HPP
2 #define __STDAIR_BAS_BASCONST_PERIOD_BOM_HPP
3 
4 // //////////////////////////////////////////////////////////////////////
5 // Import section
6 // //////////////////////////////////////////////////////////////////////
7 // StdAir
9 
10 namespace stdair {
11 
12  // //////// (Flight-)Period-related BOM ///////
15 
17  extern const std::string DOW_STR[];
18 
20  extern const DOW_String_T DEFAULT_DOW_STRING;
21 
23  extern const DateOffset_T DEFAULT_DATE_OFFSET;
24 
27 
28 }
29 #endif // __STDAIR_BAS_BASCONST_PERIOD_BOM_HPP
stdair::DayDuration_T
int DayDuration_T
Definition: stdair_date_time_types.hpp:38
stdair::DOW_String_T
std::string DOW_String_T
Definition: stdair_date_time_types.hpp:32
stdair_types.hpp
stdair::DEFAULT_DAY_DURATION
const DayDuration_T DEFAULT_DAY_DURATION
Definition: BasConst_Period_BOM.hpp:26
stdair::DEFAULT_DATE_OFFSET
const DateOffset_T DEFAULT_DATE_OFFSET
stdair
Handle on the StdAir library context.
Definition: BasChronometer.cpp:9
stdair::DOW_STR
const std::string DOW_STR[]
Definition: BasConst.cpp:53
stdair::DateOffset_T
boost::gregorian::date_duration DateOffset_T
Definition: stdair_date_time_types.hpp:35
stdair::DEFAULT_DOW_STRING
const DOW_String_T DEFAULT_DOW_STRING
stdair::BOOST_DEFAULT_DATE_PERIOD
const DatePeriod_T BOOST_DEFAULT_DATE_PERIOD
stdair::DatePeriod_T
boost::gregorian::date_period DatePeriod_T
Definition: stdair_date_time_types.hpp:29