MtxExprInt::StringsToValues Function

Overload List

#SignatureDescription
1VectorInt StringsToValues(tStrings *aList);Converts a list of strings to VectorInt.
2VectorInt StringsToValues(tStrings *aList, const int ListIndex, const int Index = 0, const int Len = MtxVecEOA);Converts a list of strings to VectorInt.
3MatrixInt StringsToValues(tStrings *aList, const DewString &Delimiter);Converts a list of strings to MatrixInt.
4MatrixInt 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.

#NameTypeDescription
1aListtStrings *
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.

#NameTypeDescription
1aListtStrings *
2ListIndexconst int
3Index = 0const int
4Len = MtxVecEOAconst 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.

#NameTypeDescription
1aListtStrings *
2Delimiterconst 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.

#NameTypeDescription
1aListtStrings *
2ListIndexconst int
3ListLenconst int
4Rowconst int
5Colconst int
6Delimiter = kTabDewString
Remarks:

Internally calls TMtxInt::StringsToValues

Declared in Dew::Math::Units::MtxExprInt · Dew.Math/Units.MtxExprInt.h · Cross-compiler