casacore
|
#include <LELBinaryEnums.h>
Public Types | |
enum | Operation { ADD , SUBTRACT , MULTIPLY , DIVIDE , AND , OR , EQ , GT , GE , NE , NOPS } |
Each LEL binary operation is described in this enum
Internal
This enum provides a value for each binary operation accepted by the Lattice Expression Language classes.
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.
Definition at line 64 of file LELBinaryEnums.h.
Enumerator | |
---|---|
ADD | Addition. |
SUBTRACT | Subtraction. |
MULTIPLY | Multiplication. |
DIVIDE | Division. |
AND | Logical and. |
OR | Logical or. |
EQ | == |
GT |
|
GE | >= (and reversed <=) |
NE | != |
NOPS | Total number. |
Definition at line 67 of file LELBinaryEnums.h.