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