![]() |
Project
|
An expression tree node corresponding to binary or unary operation. More...
#include <Expressions.h>
Public Member Functions | |
OpNode (BasicOp op_) | |
Public Attributes | |
BasicOp | op |
An expression tree node corresponding to binary or unary operation.
Definition at line 133 of file Expressions.h.
|
inline |
Definition at line 134 of file Expressions.h.
BasicOp o2::framework::expressions::OpNode::op |
Definition at line 135 of file Expressions.h.