Overload List
Overload 1: int DefineOperatorUnsorted(const DewString &AOperatorSign, TExprFunc AFuncAddress, int NArguments, int Precedence, const DewString &Help);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AOperatorSign | const DewString & | |
| 2 | AFuncAddress | TExprFunc | |
| 3 | NArguments | int | |
| 4 | Precedence | int | |
| 5 | Help | const DewString & |
Declared in Dew::Math::TWordList · Dew.Math/MtxParseClass.h · Cross-compiler
Overload 2: int DefineOperatorUnsorted(const char AOperatorSign, TExprFunc AFuncAddress, int NArguments, int Precedence, const DewString &Help);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AOperatorSign | const char | |
| 2 | AFuncAddress | TExprFunc | |
| 3 | NArguments | int | |
| 4 | Precedence | int | |
| 5 | Help | const DewString & |
Declared in Dew::Math::TWordList · Dew.Math/MtxParseClass.h · Cross-compiler
Overload 3: int DefineOperatorUnsorted(const DewString &AOperatorSign, TExprFunc AFuncAddress, int NArguments, int Precedence);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AOperatorSign | const DewString & | |
| 2 | AFuncAddress | TExprFunc | |
| 3 | NArguments | int | |
| 4 | Precedence | int |
Declared in Dew::Math::TWordList · Dew.Math/MtxParseClass.h · Cross-compiler