ELAM
 All Classes Namespaces Files Functions Typedefs Enumerations Enumerator Friends Macros Pages
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 NELAM
 CAnyTypeThis 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
 CBinaryOperatorWraps a particular binary operator
 CBoolEngineA boolean and logic math enabled engine
 CCharacterClassSettingsThis class holds the character classes used by an Engine
 CEngineThe calculation engine of
 CExceptionObjects of this class represent an exception in the evaluation of an ELAM expression
 CExpressionRepresents an expression in the context of its engine
 CFloatEngineEngine that has floating point (double) numbers implemented
 CIntEngineInteger math enabled engine
 CIntFloatEngineEngine with integer and float math pre-installed, see IntEngine and FloatEngine
 CPositionA character position inside a text/string that is being evaluated
 CStringEngineInteger math enabled engine
 CTokenRepresents a single token in a parsed expression
 CUnaryOperatorWraps a particular unary operator
 CElamDemoDemo Window
 CElamTest