AirInv Logo  0.1.2
C++ Simulated Airline Inventory Management System library
ScheduleParser.hpp
Go to the documentation of this file.
00001 #ifndef __AIRINV_CMD_SCHEDULEPARSER_HPP
00002 #define __AIRINV_CMD_SCHEDULEPARSER_HPP
00003 
00004 // //////////////////////////////////////////////////////////////////////
00005 // Import section
00006 // //////////////////////////////////////////////////////////////////////
00007 // StdAir
00008 #include <stdair/stdair_basic_types.hpp>
00009 #include <stdair/command/CmdAbstract.hpp>
00010 
00012 namespace stdair {
00013   class BomRoot;
00014 }
00015 
00016 namespace AIRINV {
00017   
00021   class ScheduleParser : public stdair::CmdAbstract {
00022   public:
00031     static void generateInventories (const stdair::Filename_T& iScheduleFilename,
00032                                      stdair::BomRoot&);
00033   };
00034 }
00035 #endif // __AIRINV_CMD_SCHEDULEPARSER_HPP
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines