clibgen.LibraryDefinition.addClass - Add class to library definition - MATLAB (original) (raw)

definition = addClass(libDef,cppname,name,value) adds a clibgen.ClassDefinition object to the library definitionlibDef, where cppname is theClassDefinition property CPPName. The name,value arguments set these ClassDefinition properties:

MATLABĀ® creates addClass 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 andDetailedDescription, see Publish Help Text for MATLAB Interface to C++ Library.