Belle II Software
release-06-00-14
ModuleParam.cc
1
/**************************************************************************
2
* basf2 (Belle II Analysis Software Framework) *
3
* Author: The Belle II Collaboration *
4
* *
5
* See git log for contributors and copyright holders. *
6
* This file is licensed under LGPL-3.0, see LICENSE.md. *
7
**************************************************************************/
8
#include <framework/core/ModuleParam.templateDetails.h>
9
#include <framework/core/Path.h>
10
#include <boost/optional.hpp>
11
12
template
class
Belle2::ModuleParam<bool>
;
13
template
class
Belle2::ModuleParam<char>
;
14
template
class
Belle2::ModuleParam<unsigned char>
;
15
template
class
Belle2::ModuleParam<short>
;
16
template
class
Belle2::ModuleParam<unsigned short>
;
17
template
class
Belle2::ModuleParam<int>
;
18
template
class
Belle2::ModuleParam<unsigned int>
;
19
template
class
Belle2::ModuleParam<long>
;
20
template
class
Belle2::ModuleParam<unsigned long>
;
21
template
class
Belle2::ModuleParam<long long>
;
22
template
class
Belle2::ModuleParam<unsigned long long>
;
23
template
class
Belle2::ModuleParam<float>
;
24
template
class
Belle2::ModuleParam<double>
;
25
template
class
Belle2::ModuleParam<std::string>
;
26
27
template
class
Belle2::ModuleParam<std::vector<bool>
>;
28
template
class
Belle2::ModuleParam<std::vector<char>
>;
29
template
class
Belle2::ModuleParam<std::vector<unsigned char>
>;
30
template
class
Belle2::ModuleParam<std::vector<short>
>;
31
template
class
Belle2::ModuleParam<std::vector<unsigned short>
>;
32
template
class
Belle2::ModuleParam<std::vector<int>
>;
33
template
class
Belle2::ModuleParam<std::vector<unsigned int>
>;
34
template
class
Belle2::ModuleParam<std::vector<long>
>;
35
template
class
Belle2::ModuleParam<std::vector<unsigned long>
>;
36
template
class
Belle2::ModuleParam<std::vector<long long>
>;
37
template
class
Belle2::ModuleParam<std::vector<unsigned long long>
>;
38
template
class
Belle2::ModuleParam<std::vector<float>
>;
39
template
class
Belle2::ModuleParam<std::vector<double>
>;
40
template
class
Belle2::ModuleParam<std::vector<std::string>
>;
41
42
template
class
Belle2::ModuleParam<boost::optional<int>
>;
43
template
class
Belle2::ModuleParam<boost::optional<double>
>;
44
template
class
Belle2::ModuleParam<boost::optional<std::string>
>;
45
46
template
class
Belle2::ModuleParam<std::shared_ptr<Belle2::Path>
>;
Belle2::ModuleParam< bool >
framework
core
src
ModuleParam.cc
Generated on Thu Jul 14 2022 07:59:08 for Belle II Software by
1.9.1