Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TExprStringConstant(const DewString &AValue); | |
| 2 | TExprStringConstant(const DewString &AName, const DewString &AValue, const DewString &Help); | |
| 3 | TExprStringConstant(); |
Overload 1: TExprStringConstant(const DewString &AValue);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AValue | const DewString & |
Declared in Dew::Math::TExprStringConstant · Dew.Math/MtxParseClass.h · Cross-compiler
Overload 2: TExprStringConstant(const DewString &AName, const DewString &AValue, const DewString &Help);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AName | const DewString & | |
| 2 | AValue | const DewString & | |
| 3 | Help | const DewString & |
Declared in Dew::Math::TExprStringConstant · Dew.Math/MtxParseClass.h · Cross-compiler
Overload 3: TExprStringConstant();
Declared in Dew::Math::TExprStringConstant · Dew.Math/MtxParseClass.h · Cross-compiler