![]() |
Project
|
#include <Configurable.h>
Inherits o2::framework::Configurable< bool, ConfigParamKind::kProcessFlag >.
Public Member Functions | |
ProcessConfigurable (R(T::*process_)(As...), std::string const &name_, bool &&value_, std::string const &help_) | |
![]() | |
Configurable (std::string const &name, bool &&defaultValue, std::string const &help) | |
auto | node () |
![]() | |
ConfigurablePolicyConst (std::string const &name, T &&defaultValue, std::string const &help) | |
operator T () | |
T const * | operator-> () const |
![]() | |
ConfigurableBase (std::string const &name, T &&defaultValue, std::string const &help) | |
Public Attributes | |
R(T::* | process )(As...) |
![]() | |
std::string | name |
T | value |
std::string | help |
Additional Inherited Members | |
![]() | |
using | type = T |
![]() | |
static constexpr ConfigParamKind | kind = K |
Definition at line 103 of file Configurable.h.
|
inline |
Definition at line 104 of file Configurable.h.
R(T::* o2::framework::ProcessConfigurable< R, T, As >::process) (As...) |
Definition at line 109 of file Configurable.h.