$treeview $search $mathjax
#include <airinv/command/InventoryParser.hpp>
Inheritance diagram for AIRINV::InventoryParser:
Static Public Member Functions | |
static void | buildInventory (const InventoryFilePath &, stdair::BomRoot &) |
Definition at line 23 of file InventoryParser.hpp.
void AIRINV::InventoryParser::buildInventory | ( | const InventoryFilePath & | , | |
stdair::BomRoot & | ||||
) | [static] |
Parses the CSV file describing an airline inventory, and generates the corresponding data model in memory. It can then be used, for instance, in a simulator.
const | InventoryFilePath& The file-name of the CSV-formatted inventory input file. | |
stdair::BomRoot& | Root of the BOM tree. |
Definition at line 20 of file InventoryParser.cpp.
Referenced by AIRINV::AIRINV_Service::parseAndLoad().