Project
Loading...
Searching...
No Matches
o2::framework::expressions::OpNode Struct Reference

An expression tree node corresponding to binary or unary operation. More...

#include <Expressions.h>

Public Member Functions

 OpNode (BasicOp op_)
 
 OpNode (OpNode const &other)=default
 

Public Attributes

BasicOp op
 

Detailed Description

An expression tree node corresponding to binary or unary operation.

Definition at line 136 of file Expressions.h.

Constructor & Destructor Documentation

◆ OpNode() [1/2]

o2::framework::expressions::OpNode::OpNode ( BasicOp  op_)
inline

Definition at line 137 of file Expressions.h.

◆ OpNode() [2/2]

o2::framework::expressions::OpNode::OpNode ( OpNode const &  other)
default

Member Data Documentation

◆ op

BasicOp o2::framework::expressions::OpNode::op

Definition at line 139 of file Expressions.h.


The documentation for this struct was generated from the following file: