SourceXtractorPlusPlus  0.11
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
SourceXtractor::PartitionStep Class Referenceabstract

A PartitionStep gets applied on a single Source and can result any number of Sources being outputed. (including the same one, none, or any number of new Sources) More...

#include <Partition.h>

Inheritance diagram for SourceXtractor::PartitionStep:
[legend]

Public Member Functions

virtual ~PartitionStep ()=default
 Destructor. More...
 
virtual std::vector
< std::shared_ptr
< SourceInterface > > 
partition (std::shared_ptr< SourceInterface > source) const =0
 

Detailed Description

A PartitionStep gets applied on a single Source and can result any number of Sources being outputed. (including the same one, none, or any number of new Sources)

Definition at line 37 of file Partition.h.

Constructor & Destructor Documentation

virtual SourceXtractor::PartitionStep::~PartitionStep ( )
virtualdefault

Destructor.

Member Function Documentation

virtual std::vector<std::shared_ptr<SourceInterface> > SourceXtractor::PartitionStep::partition ( std::shared_ptr< SourceInterface source) const
pure virtual

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