1.00.1
C++ Simulated Airline Inventory Management System library
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
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
Definition:
AIRINV_Master_Service.hpp:38
AIRINV::InventoryFilePath
Definition:
AIRINV_Types.hpp:198
AIRINV_Types.hpp
AIRINV::InventoryParser
Class wrapping the parser entry point.
Definition:
InventoryParser.hpp:23
stdair
Forward declarations.
Definition:
AIRINV_Master_Service.hpp:25
AIRINV::InventoryParser::buildInventory
static void buildInventory(const InventoryFilePath &, stdair::BomRoot &)
Definition:
InventoryParser.cpp:20
Generated on Tue Jun 16 2015 01:11:00 for AirInv by
1.8.9.1