DDD 1.9.0.20250409152518
init.hh
Go to the documentation of this file.
1#ifndef _D3_MANAGER_HH_
2#define _D3_MANAGER_HH_
3
4#ifdef PARALLEL_DD
5#include "tbb/task_scheduler_init.h"
6#endif
7
8namespace d3 {
9
10class init
11{
12private:
13
14#ifdef PARALLEL_DD
15 tbb::task_scheduler_init tbb_init_;
16#endif
17
18public:
19
21#ifdef PARALLEL_DD
22 :
23 tbb_init_()
24#endif
25 {
26 }
27
29 {
30 }
31};
32
33} // namespace d3
34
35#endif /* _D3_MANAGER_HH_ */
Definition init.hh:11
~init()
Definition init.hh:28
init()
Definition init.hh:20
Definition Hom.cpp:41

Please comment this page and report errors about it on the RefDocComments page.
Generated on Wed Apr 9 2025 15:27:42 for DDD by doxygen 1.9.8