SourceXtractorPlusPlus  0.12
Please provide a description of the project.
MultiThreadingConfig.h
Go to the documentation of this file.
1 
17 /*
18  * MultiThreadingConfig.h
19  *
20  * Created on: May 22, 2018
21  * Author: mschefer
22  */
23 
24 #ifndef _SEIMPLEMENTATION_CONFIGURATION_MULTITHREADINGCONFIG_H_
25 #define _SEIMPLEMENTATION_CONFIGURATION_MULTITHREADINGCONFIG_H_
26 
28 
29 namespace SourceXtractor {
30 
32 public:
33  MultiThreadingConfig(long manager_id);
34 
35  virtual ~MultiThreadingConfig() = default;
36 
38 
39  void initialize(const UserValues& args) override;
40 
41  int getThreadsNb() const {
42  return m_threads_nb;
43  }
44 
45 private:
47 };
48 
49 
50 }
51 
52 
53 #endif /* _SEIMPLEMENTATION_CONFIGURATION_MULTITHREADINGCONFIG_H_ */
void initialize(const UserValues &args) override
STL class.
std::map< std::string, OptionDescriptionList > getProgramOptions() override