ELAM
|
▼NELAM | |
CAnyType | This type is not actually used, its ID is used as a fallback to tell operators, functions and engines that any supported type can be used |
CBinaryOperator | Wraps a particular binary operator |
CBoolEngine | A boolean and logic math enabled engine |
CCharacterClassSettings | This class holds the character classes used by an Engine |
CEngine | The calculation engine of |
CException | Objects of this class represent an exception in the evaluation of an ELAM expression |
CExpression | Represents an expression in the context of its engine |
CFloatEngine | Engine that has floating point (double) numbers implemented |
CIntEngine | Integer math enabled engine |
CIntFloatEngine | Engine with integer and float math pre-installed, see IntEngine and FloatEngine |
CPosition | A character position inside a text/string that is being evaluated |
CStringEngine | Integer math enabled engine |
CToken | Represents a single token in a parsed expression |
CUnaryOperator | Wraps a particular unary operator |
CElamDemo | Demo Window |
CElamTest |