coder.descriptor.types.AggregateElement |
Return information about element of aggregate type (Since R2024a) |
coder.descriptor.types.Argument |
Return information about argument associated with function or method in generated code (Since R2024a) |
coder.descriptor.types.Bool |
Return information about variable of Boolean type (Since R2024a) |
coder.descriptor.types.Char |
Return information about variable of character type (Since R2024a) |
coder.descriptor.types.Complex |
Return information about variable of complex type (Since R2024a) |
coder.descriptor.types.Double |
Return information about variable of double-precision type (Since R2024a) |
coder.descriptor.types.Enum |
Return information about variable of enum type (Since R2024b) |
coder.descriptor.types.Fixed |
Return information about variable of fixed-point type (Since R2024a) |
coder.descriptor.types.Half |
Return information about variable of half-precision type (Since R2024a) |
coder.descriptor.types.Integer |
Return information about variable of integer type (Since R2024a) |
coder.descriptor.types.Matrix |
Return information about variable of matrix type (Since R2024a) |
coder.descriptor.types.Numeric |
Return information about variable of numeric type (Since R2024a) |
coder.descriptor.types.Pointer |
Return information about variable of pointer type (Since R2024a) |
coder.descriptor.types.Prototype |
Return information about function prototype in generated code (Since R2024a) |
coder.descriptor.types.Reference |
Return information about variable of reference type (Since R2024a) |
coder.descriptor.types.Scalar |
Return information about variable of scalar type (Since R2024a) |
coder.descriptor.types.Single |
Return information about variable of single-precision type (Since R2024a) |
coder.descriptor.types.Struct |
Return information about variable of struct type (Since R2024a) |
coder.descriptor.types.Type |
Return information about data type of modeling element or corresponding variable in generated code (Since R2024a) |
coder.descriptor.types.Union |
Return information about variable of union type (Since R2024a) |
coder.descriptor.types.Void |
Represent base type of void pointer (Since R2024a) |