|
Open 3D Engine ExpressionEvaluation Gem API Reference
23.05.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
Inherits ExpressionEvaluation::ExpressionElementParser.
Public Member Functions | |
| AZ_CLASS_ALLOCATOR (MathExpressionOperators, AZ::SystemAllocator) | |
| ExpressionParserId | GetParserId () const override |
| ParseResult | ParseElement (const AZStd::string &inputText, size_t offset) const override |
| void | EvaluateToken (const ElementInformation &elementInformation, ExpressionResultStack &evaluationStack) const override |
Public Member Functions inherited from ExpressionEvaluation::ExpressionElementParser | |
| AZ_CLASS_ALLOCATOR (ExpressionElementParser, AZ::SystemAllocator) | |
Static Public Member Functions | |
| static ElementInformation | AddOperator () |
| static ElementInformation | SubtractOperator () |
| static ElementInformation | MultiplyOperator () |
| static ElementInformation | DivideOperator () |
| static ElementInformation | ModuloOperator () |