주요 콘텐츠

addOpaqueType

R2026b

(Not recommended) Add opaque type to library definition

addOpaqueType is not recommended. For more information on updating your code, see Version History.

Syntax

addOpaqueType(libDef,cppsignature,mlname,name,value)

Description

addOpaqueType(libDef,cppsignature,mlname,name,value) adds an opaque type to the library definition libDef. The name,value arguments set these clibgen.OpaqueTypeDefinition properties:

  • CPPSignature set to cppname

  • MATLABName set to mlname

  • Description

  • DetailedDescription

MATLAB® creates addOpaqueType statements in the library definition files. Publishers can modifying the values of the name,value arguments.

Version History

Introduced in R2021a

collapse all