TExprFunc Typedef

Header: Dew.Math/MtxParseClass.h · Cross-compiler

typedef void (*TExprFunc)(TExprRec *);

Function type for custom function definition.

Any custome defined function must be of this type to be used in the expression parser.