メインコンテンツ

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

coder.descriptor.types.AggregateElement クラス

名前空間: coder.descriptor.types

Return information about element of aggregate type

R2024a 以降

Description

An object of the coder.descriptor.types.AggregateElement class describes information about an element of a variable of an aggregate type in the generated code. Use objects of this class to retrieve information about struct fields and union members.

プロパティ

すべて展開する

Name of the variable in the generated code for the corresponding modeling element, specified as a character vector.

データ型: char

Data type of the aggregate element, specified as a coder.descriptor.types.Type object.

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

バージョン履歴

R2024a で導入