AirInv Logo  1.00.0
C++ Simulated Airline Inventory Management System library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
InventoryParser.hpp
Go to the documentation of this file.
1 #ifndef __AIRINV_CMD_INVENTORYPARSER_HPP
2 #define __AIRINV_CMD_INVENTORYPARSER_HPP
3 
4 // //////////////////////////////////////////////////////////////////////
5 // Import section
6 // //////////////////////////////////////////////////////////////////////
7 // StdAir
8 #include <stdair/stdair_basic_types.hpp>
9 #include <stdair/command/CmdAbstract.hpp>
10 // AirInv
11 #include <airinv/AIRINV_Types.hpp>
12 
14 namespace stdair {
15  class BomRoot;
16 }
17 
18 namespace AIRINV {
19 
23  class InventoryParser : public stdair::CmdAbstract {
24  public:
34  static void buildInventory (const InventoryFilePath&,
35  stdair::BomRoot&);
36  };
37 }
38 #endif // __AIRINV_CMD_INVENTORYPARSER_HPP