SourceXtractorPlusPlus  0.15
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PartitionStepConfig.h
Go to the documentation of this file.
1 
17 /*
18  * @file PartitionStepConfig.h
19  * @author nikoapos
20  */
21 
22 #ifndef _SEIMPLEMENTATION_PARTITIONSTEPCONFIG_H
23 #define _SEIMPLEMENTATION_PARTITIONSTEPCONFIG_H
24 
25 #include <vector>
26 #include <functional>
27 
29 
32 
33 namespace SourceXtractor {
34 
36 
37 public:
38 
40 
41  PartitionStepConfig(long manager_id);
42 
43  virtual ~PartitionStepConfig() = default;
44 
46 
48 
49 private:
50 
52 
53 };
54 
55 } /* namespace SourceXtractor */
56 
57 #endif /* _SEIMPLEMENTATION_PARTITIONSTEPCONFIG_H */
58 
std::vector< PartitionStepCreator > m_partition_step_creators
virtual ~PartitionStepConfig()=default
void addPartitionStepCreator(PartitionStepCreator step_creator)
std::vector< std::shared_ptr< PartitionStep > > getSteps(std::shared_ptr< SourceFactory > source_factory) const
STL class.