![]() |
Project
|
A placeholder node for simple type configurable. More...
#include <Expressions.h>
Inherits o2::framework::expressions::LiteralNode.
Public Member Functions | |
template<typename T > | |
PlaceholderNode (Configurable< T > const &v) | |
PlaceholderNode (PlaceholderNode const &other)=default | |
void | reset (InitContext &context) |
![]() | |
template<typename T > | |
LiteralNode (T v) | |
LiteralNode (LiteralNode const &other)=default | |
Public Attributes | |
std::string const & | name |
LiteralNode::var_t(* | retrieve )(InitContext &, char const *) |
![]() | |
var_t | value |
atype::type | type = atype::NA |
Additional Inherited Members | |
![]() | |
using | var_t = LiteralValue::stored_type |
A placeholder node for simple type configurable.
Definition at line 143 of file Expressions.h.
|
inline |
Definition at line 145 of file Expressions.h.
|
default |
|
inline |
Definition at line 156 of file Expressions.h.
std::string const& o2::framework::expressions::PlaceholderNode::name |
Definition at line 161 of file Expressions.h.
LiteralNode::var_t(* o2::framework::expressions::PlaceholderNode::retrieve) (InitContext &, char const *) |
Definition at line 162 of file Expressions.h.