namespace Dew::Math::Units::MtxParseClass
Functions
| Name | Description |
|---|---|
| DisposeList | |
| StrToSimpleType | |
| UnsupportedValueTypesError (5) |
Constants
| Name | Type | Description |
|---|---|---|
| ARGUMENT_SEPARATOR | const char | |
| COLON | const char | |
| DECIMAL_SEPARATOR | const char | |
| EXPRESSION_SEPARATOR | const DewString | |
| HEX_PREFIX | const char | |
| LEFT_BRACKET | const char | |
| LEFT_CLOSED_BRACKET | const char | |
| ltComma | const int | |
| ltConstant | const int | |
| ltFunction | const int | |
| ltLeftBracket | const int | |
| ltLeftSquareBracket | const int | |
| ltOperator | const int | |
| ltRightBracket | const int | |
| ltRightSquareBracket | const int | |
| ltSemicolon | const int | |
| ltVariable | const int | |
| ltVaryingFunction | const int | |
| MaxArg | const int | |
| RIGHT_BRACKET | const char | |
| RIGHT_CLOSED_BRACKET | const char | |
| SEMICOLON | const char | |
| UnknownExprWord | const DewString | |
| vtBoolMatrixValue | const int | |
| vtBoolValue | const int | |
| vtBoolVectorValue | const int | |
| vtComplexValue | const int | |
| vtCustomValue | const int | |
| vtDoubleValue | const int | |
| vtIntegerValue | const int | |
| vtIntMatrixValue | const int | |
| vtIntVectorValue | const int | |
| vtMatrixValue | const int | |
| vtRangeValue | const int | |
| vtString | const int | |
| vtStringListValue | const int | |
| vtUndefined | const int | |
| vtVectorValue | const int |
Variables
| Name | Type | Description |
|---|---|---|
| ValTypeAsStr | DewArray<DewString> |