SourceXtractorPlusPlus  0.11
Please provide a description of the project.
Public Member Functions | List of all members
SourceXtractor::SelectionCriteria Class Referenceabstract

Used to determine if a Source is selected for processing. More...

#include <SourceGrouping.h>

Inheritance diagram for SourceXtractor::SelectionCriteria:
[legend]

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...
 

Detailed Description

Used to determine if a Source is selected for processing.

Definition at line 42 of file SourceGrouping.h.

Constructor & Destructor Documentation

◆ ~SelectionCriteria()

virtual SourceXtractor::SelectionCriteria::~SelectionCriteria ( )
virtualdefault

Destructor.

Member Function Documentation

◆ mustBeProcessed()

virtual bool SourceXtractor::SelectionCriteria::mustBeProcessed ( const SourceInterface source) const
pure virtual

Determines if the given Source must be processed or not.

Implemented in SourceXtractor::LineSelectionCriteria, and SourceXtractor::SelectAllCriteria.

Referenced by SourceXtractor::SourceGrouping::handleMessage().


The documentation for this class was generated from the following file: