1.00.0
C++ Simulated Airline Schedule Manager Library
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
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
8
#include <
airsched/bom/LegStruct.hpp
>
9
#include <
airsched/bom/SegmentStruct.hpp
>
10
11
// Forward declarations
12
namespace
stdair
{
13
class
SegmentPeriod;
14
}
15
16
namespace
AIRSCHED
{
19
class
SegmentPeriodHelper
{
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
stdair
Forward declarations.
Definition:
AIRSCHED_Service.hpp:14
AIRSCHED::LegStructList_T
std::vector< LegStruct > LegStructList_T
Definition:
LegStruct.hpp:52
AIRSCHED
Definition:
AIRSCHED_Service.hpp:23
LegStruct.hpp
AIRSCHED::SegmentPeriodHelper
Definition:
SegmentPeriodHelper.hpp:19
AIRSCHED::SegmentStruct
Definition:
SegmentStruct.hpp:24
SegmentStruct.hpp
AIRSCHED::SegmentPeriodHelper::fill
static void fill(stdair::SegmentPeriod &, const SegmentStruct &)
Definition:
SegmentPeriodHelper.cpp:14
Generated on Tue Feb 10 2015 17:00:07 for AirSched by
1.8.9.1