SourceXtractorPlusPlus
0.15
Please provide a description of the project.
|
Used to determine if a Source is selected for processing. More...
#include <SourceGrouping.h>
Public Member Functions | |
virtual | ~SelectionCriteria ()=default |
Destructor. More... | |
virtual bool | mustBeProcessed (const SourceInterface &source) const =0 |
Determines if the given Source must be processed or not. More... | |
Used to determine if a Source is selected for processing.
Definition at line 42 of file SourceGrouping.h.
|
virtualdefault |
Destructor.
|
pure virtual |
Determines if the given Source must be processed or not.
Implemented in SourceXtractor::SelectAllCriteria, and SourceXtractor::LineSelectionCriteria.