AirInv Logo  1.00.12
C++ Simulated Airline Inventory Management System Library
Loading...
Searching...
No Matches
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
12
14namespace stdair {
15 class BomRoot;
16}
17
18namespace 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
Class wrapping the parser entry point.
static void buildInventory(const InventoryFilePath &, stdair::BomRoot &)
Forward declarations.