AirInv Logo  0.1.2
C++ Simulated Airline Inventory Management System library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ScheduleParser.hpp
Go to the documentation of this file.
1 #ifndef __AIRINV_CMD_SCHEDULEPARSER_HPP
2 #define __AIRINV_CMD_SCHEDULEPARSER_HPP
3 
4 // //////////////////////////////////////////////////////////////////////
5 // Import section
6 // //////////////////////////////////////////////////////////////////////
7 // StdAir
8 #include <stdair/stdair_basic_types.hpp>
9 #include <stdair/command/CmdAbstract.hpp>
10 
12 namespace stdair {
13  class BomRoot;
14 }
15 
16 namespace AIRINV {
17 
21  class ScheduleParser : public stdair::CmdAbstract {
22  public:
31  static void generateInventories (const stdair::Filename_T& iScheduleFilename,
32  stdair::BomRoot&);
33  };
34 }
35 #endif // __AIRINV_CMD_SCHEDULEPARSER_HPP