![]() |
Project
|
helper struct used to parse trees More...
#include <Expressions.h>
Public Member Functions | |
| NodeRecord (Node *node_, size_t index_) | |
| bool | operator!= (NodeRecord const &rhs) |
Public Attributes | |
| Node * | node_ptr = nullptr |
| pointer to the actual tree node | |
| size_t | index = 0 |
helper struct used to parse trees
Definition at line 327 of file Expressions.h.
|
inlineexplicit |
Definition at line 331 of file Expressions.h.
|
inline |
Definition at line 332 of file Expressions.h.
| size_t o2::framework::expressions::NodeRecord::index = 0 |
Definition at line 330 of file Expressions.h.
| Node* o2::framework::expressions::NodeRecord::node_ptr = nullptr |
pointer to the actual tree node
Definition at line 329 of file Expressions.h.