addFunctionType
Class: clibgen.LibraryDefinition
Namespace: clibgen
Add function type to library definition
Since R2021a
Syntax
definition = addFunctionType(libDef,cppsignature,mlname,name,value)
Description
definition = addFunctionType(libDef,cppsignature,mlname,name,value)
adds
a function type with cppsignature
to the library definition
libDef
. The name,value
arguments set these clibgen.FunctionTypeDefinition
properties:
CPPSignature set to
cppsignature
MATLABName set to
mlname
MATLAB® creates addFunctionType
statements in the library definition
files. Publishers can modifying the values of the name,value
arguments. For
more information, see Define MATLAB Interface for C++ Library. For information
about using Description
, see Publish Help Text for MATLAB Interface to C++ Library.
Version History
Introduced in R2021a