1.01.0
C++ Simulated Airline Travel Solution Provider Library
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
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
Generated on Sun Jun 9 2013 12:36:19 for AirTSP by
1.8.3.1