Main Content

clibgen.api.UnsupportedMethod

R2026b

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

Since R2026b

Description

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

Creation

Create a clibgen.api.UnsupportedMethod object from the UnsupportedMethods property of a clibgen.api.InterfaceDefinition object.

Properties

expand all

This property is read-only.

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

This property is read-only.

Class name of missing method, represented as a string scalar.

This property is read-only.

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

This property is read-only.

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

Version History

Introduced in R2026b