SourceXtractorPlusPlus  0.15
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CleaningConfig.h
Go to the documentation of this file.
1 
17 /*
18  * CleaningConfig.h
19  *
20  * Created on: 2019 M02 6
21  * Author: mschefer
22  */
23 
24 #ifndef _SEIMPLEMENTATION_CONFIGURATION_CLEANINGCONFIG_H_
25 #define _SEIMPLEMENTATION_CONFIGURATION_CLEANINGCONFIG_H_
26 
27 
29 
30 namespace SourceXtractor {
31 
33 
34 public:
35 
36  CleaningConfig(long manager_id);
37 
38  virtual ~CleaningConfig() = default;
39 
41 
42  void initialize(const UserValues& args) override;
43 
44 };
45 
46 } /* namespace SourceXtractor */
47 
48 
49 
50 #endif /* _SEIMPLEMENTATION_CONFIGURATION_CLEANINGCONFIG_H_ */
virtual ~CleaningConfig()=default
STL class.
std::map< std::string, OptionDescriptionList > getProgramOptions() override
void initialize(const UserValues &args) override