Overload List
| # | Signature | Description |
|---|---|---|
| 1 | int DefineBoolConstantUnsorted(const DewString &AConstName, bool Value); | |
| 2 | int DefineBoolConstantUnsorted(const DewString &AConstName, bool Value, const DewString &Help); |
Overload 1: int DefineBoolConstantUnsorted(const DewString &AConstName, bool Value);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AConstName | const DewString & | |
| 2 | Value | bool |
Declared in Dew::Math::TWordList · Dew.Math/MtxParseClass.h · Cross-compiler
Overload 2: int DefineBoolConstantUnsorted(const DewString &AConstName, bool Value, const DewString &Help);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AConstName | const DewString & | |
| 2 | Value | bool | |
| 3 | Help | const DewString & |
Declared in Dew::Math::TWordList · Dew.Math/MtxParseClass.h · Cross-compiler