![]() |
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 () |
Public Member Functions inherited from o2::framework::ConfigurablePolicyConst< T, K > | |
| ConfigurablePolicyConst (std::string const &name, T &&defaultValue, std::string const &help) | |
| operator T () | |
| T const * | operator-> () const |
Public Member Functions inherited from o2::framework::ConfigurableBase< T, K > | |
| ConfigurableBase (std::string const &name, T &&defaultValue, std::string const &help) | |
Additional Inherited Members | |
Public Types inherited from o2::framework::ConfigurableBase< T, K > | |
| using | type = T |
Public Attributes inherited from o2::framework::ConfigurableBase< T, K > | |
| std::string | name |
| T | value |
| std::string | help |
Static Public Attributes inherited from o2::framework::ConfigurableBase< T, K > | |
| 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.