DDD
1.9.0.20240826145154
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
8
namespace
d3
{
9
10
class
init
11
{
12
private
:
13
14
#ifdef PARALLEL_DD
15
tbb::task_scheduler_init tbb_init_;
16
#endif
17
18
public
:
19
20
init
()
21
#ifdef PARALLEL_DD
22
:
23
tbb_init_()
24
#endif
25
{
26
}
27
28
~init
()
29
{
30
}
31
};
32
33
}
// namespace d3
34
35
#endif
/* _D3_MANAGER_HH_ */
d3::init
Definition:
init.hh:11
d3::init::~init
~init()
Definition:
init.hh:28
d3::init::init
init()
Definition:
init.hh:20
d3
Definition:
Hom.cpp:41
Please
comment
this page and
report errors
about it on
the RefDocComments page
.
Generated on Mon Aug 26 2024 14:54:00 for DDD by
1.9.1