![]() |
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) | |
void | reset (InitContext &context) |
![]() | |
template<typename T > | |
LiteralNode (T v) | |
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 139 of file Expressions.h.
|
inline |
Definition at line 141 of file Expressions.h.
|
inline |
Definition at line 150 of file Expressions.h.
std::string const& o2::framework::expressions::PlaceholderNode::name |
Definition at line 155 of file Expressions.h.
LiteralNode::var_t(* o2::framework::expressions::PlaceholderNode::retrieve) (InitContext &, char const *) |
Definition at line 156 of file Expressions.h.