$treeview $search $mathjax
#include <rmol/command/InventoryParser.hpp>
Inheritance diagram for RMOL::InventoryParser:
Static Public Member Functions | |
static bool | parseInputFileAndBuildBom (const std::string &iInputFileName, stdair::BomRoot &) |
Definition at line 25 of file InventoryParser.hpp.
bool RMOL::InventoryParser::parseInputFileAndBuildBom | ( | const std::string & | iInputFileName, | |
stdair::BomRoot & | ||||
) | [static] |
Parse the input values from a CSV-formatted inventory file.
const | std::string& iInputFileName Inventory file to be parsed. | |
stdair::BomRoot& | The BOM tree. |
Definition at line 36 of file InventoryParser.cpp.
Referenced by RMOL::RMOL_Service::parseAndLoad().