1.00.0
C++ Simulated Airline Schedule Manager 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 __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
AIRSCHED::LegStructList_T
std::vector< LegStruct > LegStructList_T
Definition:
LegStruct.hpp:52
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 Fri Aug 15 2014 21:55:49 for AirSched by
1.8.7