Contenido principal

clibgen.api.OpaqueTypeDefinition

R2026b

MATLAB definition for void* argument

Since R2026b

    Description

    A clibgen.api.OpaqueTypeDefinition object represents the MATLAB® definition for C++ void* arguments.

    Creation

    otDef = idef.OpaqueTypes creates an object types definition object from the OpaqueTypes property of a clibgen.api.InterfaceDefinition object.

    Properties

    expand all

    This property is read-only.

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

    MATLAB name for C++ construct, specified as a string scalar.

    This property is read-only.

    Whether this type is included in the interface, represented as true or false.

    This property is read-only.

    C++ signature of the opaque type, represented as a string scalar.

    Doxygen brief comments from the header file, specified as a string scalar. You can modify the description in the OpaqueTypeDefinition object.

    Examples

    Example 1

    Version History

    Introduced in R2026b