Overload List
| # | Signature | Description |
|---|---|---|
| 1 | int AddExpr(const DewString &Expr); | Appends new expression at the end of list. |
| 2 | int AddExpr(tStrings *exprList); | Appends new expressions at the end of list. |
Overload 1: int AddExpr(const DewString &Expr);
Appends new expression at the end of list.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Expr | const DewString & |
Returns: index of added expression.
Declared in Dew::Math::TMtxExpression · Dew.Math/MtxParseExpr.h · Cross-compiler
Overload 2: int AddExpr(tStrings *exprList);
Appends new expressions at the end of list.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | exprList | tStrings * |
Declared in Dew::Math::TMtxExpression · Dew.Math/MtxParseExpr.h · Cross-compiler