Class: clibgen.LibraryDefinition
Package: clibgen
Add class to library definition
definition = addClass(libDef,cppname,name,value)
definition = addClass(libDef,cppname,name,value)
adds a clibgen.ClassDefinition
object to the library definition
libDef
, where cppname
is the
ClassDefinition
property CPPName.
The name,value
arguments set these ClassDefinition
properties:
MATLAB® creates addClass
statements in .mlx
library definition files. Publishers can modifying the values of the
name,value
arguments. For more information, see Define MATLAB Interface for C++ Library.