#include <airinv/command/InventoryParserHelper.hpp>
Public Member Functions | |
InventoryFileParser (stdair::BomRoot &, const stdair::Filename_T &iInventoryInputFilename) | |
bool | buildInventory () |
Class wrapping the initialisation and entry point of the parser.
The seemingly redundancy is used to force the instantiation of the actual parser, which is a templatised Boost Spirit grammar. Hence, the actual parser is instantiated within that class object code.
Definition at line 516 of file InventoryParserHelper.hpp.
AIRINV::InventoryFileParser::InventoryFileParser | ( | stdair::BomRoot & | , |
const stdair::Filename_T & | iInventoryInputFilename | ||
) |
Constructor.
Definition at line 1132 of file InventoryParserHelper.cpp.
bool AIRINV::InventoryFileParser::buildInventory | ( | ) |
Parse the inventory input file.
Definition at line 1156 of file InventoryParserHelper.cpp.
Referenced by AIRINV::InventoryParser::buildInventory().