class
InputDeckParserControl file parser for RNGTest.
Contents
This class is used to interface with PEGTL, for the purpose of parsing the control file for the random number generator test suite, RNGTest.
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
rngtest:: 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 |