Contenido principal

clibgen.api.UnsupportedEnum

R2026b

Unsupported enumeration in MATLAB interface to C/C++ library

Since R2026b

Description

A clibgen.api.UnsupportedEnum object represents a C++ enumeration that cannot be included in a generated MATLAB interface. Information about an unsupported enumeration is in the Reason property. For more information, see Limitations to C/C++ Support.

Creation

Create a clibgen.api.UnsupportedEnum object from the UnsupportedEnums property of a clibgen.api.InterfaceDefinition object.

Properties

expand all

This property is read-only.

Fully qualified C++ enumeration name, represented as a string scalar.

This property is read-only.

Why enumeration is not supported, represented as a string scalar.

This property is read-only.

Location in the C++ header file of the unsupported enumeration, represented as a string scalar with the format filePath:lineNum.

Version History

Introduced in R2026b