AirInv Logo  0.1.2
C++ Simulated Airline Inventory Management System library
InventoryParser.hpp
Go to the documentation of this file.
00001 #ifndef __AIRINV_CMD_INVENTORYPARSER_HPP
00002 #define __AIRINV_CMD_INVENTORYPARSER_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 InventoryParser : public stdair::CmdAbstract {
00022   public:
00032     static void buildInventory (const stdair::Filename_T& iInventoryFilename,
00033                                 stdair::BomRoot&);
00034   };
00035 }
00036 #endif // __AIRINV_CMD_INVENTORYPARSER_HPP