$treeview $search $mathjax
AirSched Logo  1.00.0
$projectbrief
$projectbrief
$searchbox

ScheduleParser.hpp

Go to the documentation of this file.
00001 #ifndef __AIRSCHED_CMD_SCHEDULEPARSER_HPP
00002 #define __AIRSCHED_CMD_SCHEDULEPARSER_HPP
00003 
00004 // //////////////////////////////////////////////////////////////////////
00005 // Import section
00006 // //////////////////////////////////////////////////////////////////////
00007 // STL
00008 #include <string>
00009 // StdAir
00010 #include <stdair/stdair_basic_types.hpp>
00011 #include <stdair/command/CmdAbstract.hpp>
00012 #include <stdair/stdair_file.hpp>
00013 
00014 // Forward declarations.
00015 namespace stdair {
00016   class BomRoot;
00017 }
00018 
00019 namespace AIRSCHED {
00020   
00022   class ScheduleParser : public stdair::CmdAbstract {
00023   public:
00029     static void generateInventories (const stdair::ScheduleFilePath&,
00030                                      stdair::BomRoot&);
00031   };
00032 }
00033 #endif // __AIRSCHED_CMD_SCHEDULEPARSER_HPP