LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
DelegateBase.h
Go to the documentation of this file.
1
#ifndef fhiclcpp_types_detail_DelegateBase_h
2
#define fhiclcpp_types_detail_DelegateBase_h
3
4
#include "
fhiclcpp/types/ConfigPredicate.h
"
5
#include "
fhiclcpp/types/detail/ParameterBase.h
"
6
7
namespace
fhicl::detail
{
8
class
DelegateBase
:
public
ParameterBase
{
9
public
:
10
DelegateBase
(
Name
const
&
name
,
11
Comment
const
&
comment
,
12
par_style
const
vt,
13
std::function<
bool
()> maybeUse)
14
:
ParameterBase
{
name
,
comment
, vt,
par_type::DELEGATE
, maybeUse}
15
{}
16
};
17
}
18
19
#endif
/* fhiclcpp_types_detail_DelegateBase_h */
20
21
// Local variables:
22
// mode: c++
23
// End:
fhicl::detail::DelegateBase::DelegateBase
DelegateBase(Name const &name, Comment const &comment, par_style const vt, std::function< bool()> maybeUse)
Definition:
DelegateBase.h:10
fhicl::detail::DelegateBase
Definition:
DelegateBase.h:8
ParameterBase.h
fhicl::par_style
par_style
Definition:
ParameterArgumentTypes.h:37
fhicl::detail::ParameterBase::name
std::string const & name() const
Definition:
ParameterBase.cc:11
ConfigPredicate.h
fhicl::par_type::DELEGATE
fhicl::detail
Definition:
coding.h:43
fhicl::detail::ParameterBase::comment
std::string const & comment() const
Definition:
ParameterBase.cc:16
fhicl::detail::ParameterBase
Definition:
ParameterBase.h:36
fhicl::Comment
Definition:
Comment.h:33
fhicl::Name
Definition:
Name.h:10
fhiclcpp
types
detail
DelegateBase.h
Generated on Thu May 2 2024 20:59:31 for LArSoft by
1.8.11