$treeview $search $mathjax
AirInv Logo  1.00.1
$projectbrief
$projectbrief
$searchbox

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 // AirInv
00011 #include <airinv/AIRINV_Types.hpp>
00012 
00014 namespace stdair {
00015   class BomRoot;
00016 }
00017 
00018 namespace AIRINV {
00019   
00023   class InventoryParser : public stdair::CmdAbstract {
00024   public:
00034     static void buildInventory (const InventoryFilePath&,
00035                                 stdair::BomRoot&);
00036   };
00037 }
00038 #endif // __AIRINV_CMD_INVENTORYPARSER_HPP