AirSched Logo  0.1.4
C++ Simulated Airline Schedule Manager Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
OnDParser.hpp
Go to the documentation of this file.
1 #ifndef __AIRSCHED_CMD_ONDPARSER_HPP
2 #define __AIRSCHED_CMD_ONDPARSER_HPP
3 
4 // //////////////////////////////////////////////////////////////////////
5 // Import section
6 // //////////////////////////////////////////////////////////////////////
7 // STL
8 #include <string>
9 // StdAir
10 #include <stdair/stdair_basic_types.hpp>
11 #include <stdair/command/CmdAbstract.hpp>
12 
14 namespace stdair {
15  class BomRoot;
16 }
17 
18 namespace AIRSCHED {
19 
23  class OnDParser : public stdair::CmdAbstract {
24  public:
31  static void generateOnDPeriods (const stdair::Filename_T&,
32  stdair::BomRoot&);
33  };
34 
35 }
36 #endif // __AIRSCHED_CMD_ONDPARSER_HPP