|
SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
|
#include <NoGroupingCriteria.h>


Public Member Functions | |
| bool | shouldGroup (const SourceInterface &, const SourceInterface &) const override |
| Determines if the two sources should be grouped together. | |
Public Member Functions inherited from SourceXtractor::GroupingCriteria | |
| virtual | ~GroupingCriteria ()=default |
| Destructor. | |
| virtual std::set< PropertyId > | requiredProperties () const |
| Return a set of used properties so they can be pre-fetched. | |
Definition at line 32 of file NoGroupingCriteria.h.
|
inlineoverridevirtual |
Determines if the two sources should be grouped together.
Implements SourceXtractor::GroupingCriteria.
Definition at line 34 of file NoGroupingCriteria.h.