Zigbee Protocol Controller 1.6.0
ast::operation Struct Reference

Operation An operation consists of an operator and an right hand side operand. When operations are evaluated they are always evaluated in the context of left hand side value. More...

#include <attribute_mapper_ast.hpp>

Public Attributes

operator_ids operator_
 +,-,*,/ etc. More...
 
operand operand_
 right hand side operand More...
 

Detailed Description

Operation An operation consists of an operator and an right hand side operand. When operations are evaluated they are always evaluated in the context of left hand side value.

Member Data Documentation

◆ operand_

operand ast::operation::operand_

right hand side operand

◆ operator_

operator_ids ast::operation::operator_

+,-,*,/ etc.


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