1.00.8
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
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
AIRINV_Types.hpp
AIRINV::InventoryFilePath
Definition
AIRINV_Types.hpp:198
AIRINV::InventoryParser
Class wrapping the parser entry point.
Definition
InventoryParser.hpp:23
AIRINV::InventoryParser::buildInventory
static void buildInventory(const InventoryFilePath &, stdair::BomRoot &)
Definition
InventoryParser.cpp:20
AIRINV
Definition
AIRINV_Master_Service.hpp:38
stdair
Forward declarations.
Definition
AIRINV_Master_Service.hpp:25
Generated on Sun Dec 10 2023 00:00:00 for AirInv by
1.9.7