Luiza
v03-01
|
#include <IParser.h>
Public Member Functions | |
virtual void | parse ()=0 |
virtual void | setCmdLineParameters (const CommandLineParametersMap &cmdlineparams)=0 |
virtual StringParameters * | getParameters (const std::string §ionName) const =0 |
Interface for a parser of a steering file to be used with marlin
|
pure virtual |
Return the StringParameters defined for this section of the steering file
Implemented in luiza::XMLParser, and luiza::Parser.
|
pure virtual |
Parse the input file
Implemented in luiza::XMLParser, and luiza::Parser.
|
pure virtual |
set command line parameters
Implemented in luiza::XMLParser, and luiza::Parser.