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.
Definition at line 25 of file InventoryParser.hpp.
|
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().