1.01.7
C++ Simulated Airline Travel Solution Provider (TSP) Library
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
8
#include <
airtsp/bom/LegStruct.hpp
>
9
#include <
airtsp/bom/SegmentStruct.hpp
>
10
11
// Forward declarations
12
namespace
stdair
{
13
class
SegmentPeriod;
14
}
15
16
namespace
AIRTSP
{
17
22
class
SegmentPeriodHelper
{
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
AIRTSP::SegmentStruct
Definition:
SegmentStruct.hpp:24
stdair
Forward declarations.
Definition:
AIRTSP_Service.hpp:14
LegStruct.hpp
SegmentStruct.hpp
AIRTSP
Definition:
AIRTSP_Service.hpp:23
AIRTSP::SegmentPeriodHelper::fill
static void fill(stdair::SegmentPeriod &, const SegmentStruct &)
Definition:
SegmentPeriodHelper.cpp:14
AIRTSP::SegmentPeriodHelper
Class representing the actual business functions for an airline segment-period.
Definition:
SegmentPeriodHelper.hpp:22
AIRTSP::LegStructList_T
std::vector< LegStruct > LegStructList_T
Definition:
LegStruct.hpp:52
Generated on Sun Aug 9 2020 00:00:00 for AirTSP by
1.8.18