FormulaParserInterface Member List

This is the complete list of members for FormulaParserInterface , including all inherited members.

AddDataVariable (const String &name, Data *val, Bool caseSensitive) FormulaParserInterface
AddFloatVariable (const String &name, Float64 *val, Bool caseSensitive) FormulaParserInterface
AddIntVariable (const String &name, Int64 *val, Bool caseSensitive) FormulaParserInterface
AddStringVariable (const String &name, String *val, Bool caseSensitive) FormulaParserInterface
Alloc (MAXON_SOURCE_LOCATION_DECLARATION) FormulaParserInterface static
CalculateFloat (FormulaParserCacheRef &cache, Float32 &result) FormulaParserInterface
CalculateFloat (FormulaParserCacheRef &cache, Float64 &result) FormulaParserInterface
CalculateInt (FormulaParserCacheRef &cache, Int64 &result) FormulaParserInterface
CalculateParserCache (FormulaParserCacheRef &cache, const String &formula, METRICUNIT unit, ANGLEUNIT angleUnit, Int base, Bool integerMode) FormulaParserInterface
EvaluateFloat (const String &formula, Float64 &result, METRICUNIT unit=METRICUNIT::NONE, ANGLEUNIT angleUnit=ANGLEUNIT::RADIANS, Int base=10) FormulaParserInterface
EvaluateInt (const String &formula, Int64 &result, METRICUNIT unit=METRICUNIT::NONE, ANGLEUNIT angleUnit=ANGLEUNIT::RADIANS, Int base=10) FormulaParserInterface
MAXON_INTERFACE_NONVIRTUAL (FormulaParserInterface, MAXON_REFERENCE_NORMAL, "net.maxon.interface.formulaparser") FormulaParserInterface private
RemoveVariable (const String &name, Bool caseSensitive) FormulaParserInterface