#include <ExpressionHelpers.h>
|
using | datum_t = std::variant< std::monostate, size_t, LiteralNode::var_t, std::string > |
| datum spec either contains an index, a value of a literal or a binding label
|
|
Definition at line 21 of file ExpressionHelpers.h.
◆ datum_t
datum spec either contains an index, a value of a literal or a binding label
Definition at line 23 of file ExpressionHelpers.h.
◆ DatumSpec() [1/6]
o2::framework::expressions::DatumSpec::DatumSpec |
( |
size_t |
index, |
|
|
atype::type |
type_ |
|
) |
| |
|
inlineexplicit |
◆ DatumSpec() [2/6]
o2::framework::expressions::DatumSpec::DatumSpec |
( |
LiteralNode::var_t |
literal, |
|
|
atype::type |
type_ |
|
) |
| |
|
inlineexplicit |
◆ DatumSpec() [3/6]
o2::framework::expressions::DatumSpec::DatumSpec |
( |
std::string |
binding, |
|
|
size_t |
hash_, |
|
|
atype::type |
type_ |
|
) |
| |
|
inlineexplicit |
◆ DatumSpec() [4/6]
o2::framework::expressions::DatumSpec::DatumSpec |
( |
| ) |
|
|
default |
◆ DatumSpec() [5/6]
o2::framework::expressions::DatumSpec::DatumSpec |
( |
DatumSpec const & |
| ) |
|
|
default |
◆ DatumSpec() [6/6]
o2::framework::expressions::DatumSpec::DatumSpec |
( |
DatumSpec && |
| ) |
|
|
default |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ datum
datum_t o2::framework::expressions::DatumSpec::datum = std::monostate{} |
◆ hash
size_t o2::framework::expressions::DatumSpec::hash = 0 |
◆ type
atype::type o2::framework::expressions::DatumSpec::type = atype::NA |
The documentation for this struct was generated from the following file: