AirSched Logo  0.1.4
C++ Simulated Airline Schedule Manager Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SegmentPeriodHelper.hpp
Go to the documentation of this file.
1 #ifndef __AIRSCHED_BOM_SEGMENTPERIODHELPER_HPP
2 #define __AIRSCHED_BOM_SEGMENTPERIODHELPER_HPP
3 
4 // //////////////////////////////////////////////////////////////////////
5 // Import section
6 // //////////////////////////////////////////////////////////////////////
7 // AIRSCHED
10 
11 // Forward declarations
12 namespace stdair {
13  class SegmentPeriod;
14 }
15 
16 namespace AIRSCHED {
20  public:
21  // ////////// Business Methods /////////
24  static void fill (stdair::SegmentPeriod&, const SegmentStruct&);
25 
28  static void fill (stdair::SegmentPeriod&, const LegStructList_T&);
29  };
30 
31 }
32 #endif // __AIRSCHED_BOM_SEGMENTPERIODHELPER_HPP