LELUnaryEnums.h

Classes

LELUnaryEnums -- Each LEL unary operation is described in this enum (full description)

class LELUnaryEnums

Types

enum Operation

PLUS
Unary plus
MINUS
Unary minus
NOT
Unary not
NOPS
Total number

Interface

Description

Review Status

Date Reviewed:
yyyy/mm/dd

Prerequisite

Etymology

This enum provides a value for each unary operation accepted by the Lattice Expression Language classes.

Synopsis

Each unary operator accepted by the bridging class LatticeExprNode and passed on to the LELUnary letter classes is labelled internally with a value from this enum.

To Do

Member Description

enum Operation