メインコンテンツ

このページの内容は最新ではありません。最新版の英語を参照するには、ここをクリックします。

coder.descriptor.types.Prototype クラス

名前空間: coder.descriptor.types

Return information about function prototype in generated code

R2024a 以降

Description

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

プロパティ

すべて展開する

Identifier used for the function prototype in the generated code.

データ型: char

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

データ型: coder.descriptor.types.Argument

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

データ型: coder.descriptor.types.Argument

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

データ型: char

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

データ型: char

バージョン履歴

R2024a で導入