Class filling the virtual class list (representing a list of classes/buckets) from a given input inventory. More...
#include <rmol/command/InventoryParser.hpp>
Static Public Member Functions | |
static bool | parseInputFileAndBuildBom (const std::string &iInputFileName, stdair::BomRoot &) |
Class filling the virtual class list (representing a list of classes/buckets) from a given input inventory.
bool RMOL::InventoryParser::parseInputFileAndBuildBom | ( | const std::string & | iInputFileName, |
stdair::BomRoot & | ioBomRoot | ||
) | [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().