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
OnDPeriodGenerator.hpp
Go to the documentation of this file.
1
#ifndef __AIRSCHED_CMD_ONDPERIODGENERATOR_HPP
2
#define __AIRSCHED_CMD_ONDPERIODGENERATOR_HPP
3
4
// //////////////////////////////////////////////////////////////////////
5
// Import section
6
// //////////////////////////////////////////////////////////////////////
7
// StdAir
8
#include <stdair/command/CmdAbstract.hpp>
9
// AirSched
10
#include <
airsched/AIRSCHED_Types.hpp
>
11
13
namespace
stdair {
14
class
BomRoot;
15
}
16
17
namespace
AIRSCHED {
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 // __AIRSCHED_CMD_ONDPERIODGENERATOR_HPP
Generated on Wed May 22 2013 21:27:02 for AirSched by
1.8.3.1