Main Content

clibgen.api.UnsupportedFunction

R2026b

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

Since R2026b

Description

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

Creation

Create a clibgen.api.UnsupportedFunction object from the UnsupportedFunctions property of a clibgen.api.InterfaceDefinition object.

Properties

expand all

This property is read-only.

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

This property is read-only.

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

This property is read-only.

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

Version History

Introduced in R2026b