LELBinaryEnums.h
Classes
- LELBinaryEnums -- Each LEL binary operation is described in this enum (full description)
Types
- ADD
-
Addition
- SUBTRACT
-
Subtraction
- MULTIPLY
-
Multiplication
- DIVIDE
-
Division
- AND
-
Logical and
- OR
-
Logical or
- EQ
-
==
- GT
-
> (and reversed <)
- GE
-
>= (and reversed <=)
- NE
-
!=
- NOPS
-
Total number
Interface
Review Status
- Date Reviewed:
- yyyy/mm/dd
Prerequisite
Etymology
This enum provides a value for each binary operation accepted
by the Lattice Expression Language classes.
Synopsis
Each binary operator accepted by the bridging class LatticeExprNode
and passed on to the LELBinary letter classes is labelled internally
with a value from this enum.
To Do
Member Description