#include <IParser.h>
Inheritance diagram for marlin::IParser:

Public Member Functions | |
| virtual | ~IParser () |
| virtual void | parse ()=0 |
| virtual StringParameters * | getParameters (const std::string §ionName) const =0 |
Definition at line 15 of file IParser.h.
|
|
|
|
|
Return the StringParameters defined for this section of the steering file Implemented in marlin::Parser, and marlin::XMLParser. Referenced by createProcessors(), main(), and marlin::MarlinSteerCheck::parseXMLFile(). |
|
|
Parse the input file Implemented in marlin::Parser, and marlin::XMLParser. Referenced by main(), and marlin::MarlinSteerCheck::parseXMLFile(). |
1.3.9.1