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