Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Vector StringsToValues(tStrings *aList); | Converts a list of strings to vector. |
| 2 | Vector StringsToValues(tStrings *aList, int ListIndex, int Index = 0, int Len = MtxVecEOA); | Converts a list of strings to vector. |
| 3 | Matrix StringsToValues(tStrings *aList, const DewString &Delimiter = kTab); | Converts strings to values. |
| 4 | Matrix StringsToValues(tStrings *aList, int ListIndex, int ListLen, int Row, int Col, DewString Delimiter = kTab); | Converts strings to values. |
Overload 1: Vector StringsToValues(tStrings *aList);
Converts a list of strings to vector.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aList | tStrings * |
Remarks:
Internally calls TVec::StringsToValues
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler
Overload 2: Vector StringsToValues(tStrings *aList, int ListIndex, int Index = 0, int Len = MtxVecEOA);
Converts a list of strings to vector.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aList | tStrings * | |
| 2 | ListIndex | int | |
| 3 | Index = 0 | int | |
| 4 | Len = MtxVecEOA | int |
Remarks:
Internally calls Vector::StringsToValues
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler
Overload 3: Matrix StringsToValues(tStrings *aList, const DewString &Delimiter = kTab);
Converts strings to values.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aList | tStrings * | |
| 2 | Delimiter = kTab | const DewString & |
Remarks:
Internally calls Matrix::StringsToValues
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler
Overload 4: Matrix StringsToValues(tStrings *aList, int ListIndex, int ListLen, int Row, int Col, DewString Delimiter = kTab);
Converts strings to values.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aList | tStrings * | |
| 2 | ListIndex | int | |
| 3 | ListLen | int | |
| 4 | Row | int | |
| 5 | Col | int | |
| 6 | Delimiter = kTab | DewString |
Remarks:
Internally calls Matrix::StringsToValues
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler