1.01.17
C++ Simulated Airline Travel Solution Provider (TSP) Library
Toggle main menu visibility
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
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
LegStruct.hpp
SegmentStruct.hpp
AIRTSP::SegmentPeriodHelper
Class representing the actual business functions for an airline segment-period.
Definition
SegmentPeriodHelper.hpp:22
AIRTSP::SegmentPeriodHelper::fill
static void fill(stdair::SegmentPeriod &, const SegmentStruct &)
Definition
SegmentPeriodHelper.cpp:14
AIRTSP
Definition
AIRTSP_Service.hpp:23
AIRTSP::LegStructList_T
std::vector< LegStruct > LegStructList_T
Definition
LegStruct.hpp:52
stdair
Forward declarations.
Definition
AIRTSP_Service.hpp:14
AIRTSP::SegmentStruct
Definition
SegmentStruct.hpp:24
Generated on
for AirTSP by
1.17.0