class
InputDeckParserControl file parser for Inciter.
Contents
This class is used to interface with PEGTL, for the purpose of parsing the control file for the computational shock hydrodynamics tool, Inciter.
Base classes
- class tk::FileParser
- FileParser.
Constructors, destructors, conversion operators
-
InputDeckParser(const tk::
Print& print, const ctr:: CmdLine& cmdline, ctr:: InputDeck& inputdeck) explicit - Constructor.
Function documentation
inciter:: InputDeckParser:: InputDeckParser(const tk:: Print& print,
const ctr:: CmdLine& cmdline,
ctr:: InputDeck& inputdeck) explicit
Constructor.
Parameters | |
---|---|
print in | Pretty printer |
cmdline in | Command line stack |
inputdeck in/out | Input deck stack where data is stored during parsing |