Overload List
| # | Signature | Description |
|---|---|---|
| 1 | int Add(char C); | |
| 2 | int Add(const DewString &S); | Initialize a new TMemoryStream named S and return the position in the list as the result. |
Overload 1: int Add(char C);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | C | char |
Declared in Dew::Math::tStringList · Dew.Runtime/MtxStrings.h · Cross-compiler
Overload 2: int Add(const DewString &S);
Initialize a new TMemoryStream named S and return the position in the list as the result.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | S | const DewString & |
Declared in Dew::Signal::TStringStreamList · Dew.Signal/SignalTools.h · Cross-compiler