1.01.12
C++ Simulated Airline Travel Solution Provider (TSP) Library
Loading...
Searching...
No Matches
OnDPeriodGenerator.hpp
Go to the documentation of this file.
1
#ifndef __AIRTSP_CMD_ONDPERIODGENERATOR_HPP
2
#define __AIRTSP_CMD_ONDPERIODGENERATOR_HPP
3
4
// //////////////////////////////////////////////////////////////////////
5
// Import section
6
// //////////////////////////////////////////////////////////////////////
7
// StdAir
8
#include <stdair/command/CmdAbstract.hpp>
9
// AirTSP
10
#include <
airtsp/AIRTSP_Types.hpp
>
11
13
namespace
stdair
{
14
class
BomRoot;
15
}
16
17
namespace
AIRTSP
{
18
20
struct
OnDPeriodStruct_T;
21
namespace
OnDParserHelper
{
22
struct
doEndOnD
;
23
}
24
29
class
OnDPeriodGenerator
:
public
stdair::CmdAbstract {
35
friend
class
OnDPeriodFileParser
;
36
friend
struct
OnDParserHelper::doEndOnD
;
37
friend
class
OnDParser
;
38
39
private
:
48
static
void
createOnDPeriod (stdair::BomRoot&,
const
OnDPeriodStruct
&);
49
};
50
51
}
52
#endif
// __AIRTSP_CMD_ONDPERIODGENERATOR_HPP
AIRTSP_Types.hpp
AIRTSP::OnDPeriodGenerator
Class handling the generation / instantiation of the O&D-Period BOM.
Definition
OnDPeriodGenerator.hpp:29
AIRTSP::OnDPeriodGenerator::OnDPeriodFileParser
friend class OnDPeriodFileParser
Definition
OnDPeriodGenerator.hpp:35
AIRTSP::OnDPeriodGenerator::OnDParser
friend class OnDParser
Definition
OnDPeriodGenerator.hpp:37
AIRTSP::OnDParserHelper
Definition
OnDParserHelper.cpp:16
AIRTSP
Definition
AIRTSP_Service.hpp:23
stdair
Forward declarations.
Definition
AIRTSP_Service.hpp:14
AIRTSP::OnDParserHelper::doEndOnD
Definition
OnDParserHelper.hpp:106
AIRTSP::OnDPeriodStruct
Definition
OnDPeriodStruct.hpp:16
Generated on Mon Jan 27 2025 00:00:00 for AirTSP by
1.13.2