|
EventAnalysis
1.3.1
|
Interface for classes handling single lines from configuration text files. More...
#include <ConfigLineHandler.h>
Public Member Functions | |
| ConfigLineHandler (AnalysisManager &manager, const CommandLineParameters &clParams) | |
| Constructor. More... | |
| virtual | ~ConfigLineHandler () |
| Destructor. More... | |
| virtual void | HandleLine (const std::string &line)=0 |
| Handles a single configuration line. More... | |
Protected Attributes | |
| AnalysisManager & | anManager |
| const CommandLineParameters & | clParameters |
Interface for classes handling single lines from configuration text files.
|
inline |
Constructor.
| manager | The analysis manager to configure. |
|
inlinevirtual |
Destructor.
|
pure virtual |
Handles a single configuration line.
Concrete implementations throw exceptions in case of error.
| line | The configuration line to process. |
Implemented in EA::TokenizedConfigLineHandler.
|
protected |
|
protected |
1.8.13