![]() |
Project
|
#include <Configurable.h>
Inherits o2::framework::ConfigurablePolicyConst< T, K >.
Public Member Functions | |
Configurable (std::string const &name, T &&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) | |
Additional Inherited Members | |
![]() | |
using | type = T |
![]() | |
std::string | name |
T | value |
std::string | help |
![]() | |
static constexpr ConfigParamKind | kind = K |
This helper allows you to create a configurable option associated to a task. Internally it will be bound to a ConfigParamSpec.
Definition at line 72 of file Configurable.h.
|
inline |
Definition at line 73 of file Configurable.h.
|
inline |
Definition at line 77 of file Configurable.h.