Main Content

coder.descriptor.types.Prototype Class

Namespace: coder.descriptor.types

Return information about function prototype in generated code

Since R2024a

Description

The Code Descriptor programming interface uses the coder.descriptor.types.Prototype type to describe a function prototype in the generated code.

Properties

expand all

Identifier used for the function prototype in the generated code.

Data Types: char

Return value of the function, returned as a coder.descriptor.Argument object.

Data Types: coder.descriptor.types.Argument

Input arguments of the function, returned as a vector of coder.descriptor.Argument objects.

Data Types: coder.descriptor.types.Argument

Filename of the header file that declares the function prototype, returned as a character vector.

Data Types: char

Filename of the definition file that defines the function prototype, returned as a character vector.

Data Types: char

Version History

Introduced in R2024a