AirTSP Logo  1.01.10
C++ Simulated Airline Travel Solution Provider (TSP) Library
Loading...
Searching...
No Matches
SegmentPeriodHelper.hpp
Go to the documentation of this file.
1#ifndef __AIRTSP_BOM_SEGMENTPERIODHELPER_HPP
2#define __AIRTSP_BOM_SEGMENTPERIODHELPER_HPP
3
4// //////////////////////////////////////////////////////////////////////
5// Import section
6// //////////////////////////////////////////////////////////////////////
7// AirTSP
10
11// Forward declarations
12namespace stdair {
13 class SegmentPeriod;
14}
15
16namespace AIRTSP {
17
23 public:
24 // ////////// Business Methods /////////
29 static void fill (stdair::SegmentPeriod&, const SegmentStruct&);
30
35 static void fill (stdair::SegmentPeriod&, const LegStructList_T&);
36 };
37
38}
39#endif // __AIRTSP_BOM_SEGMENTPERIODHELPER_HPP
Class representing the actual business functions for an airline segment-period.
static void fill(stdair::SegmentPeriod &, const SegmentStruct &)
std::vector< LegStruct > LegStructList_T
Definition LegStruct.hpp:52
Forward declarations.