defineOutput
Class: clibgen.MethodDefinition
Namespace: clibgen
Add output argument definition for C++ method
Syntax
defineOutput(methodDef,argName,mltype)
defineOutput(methodDef,argName,mltype,shape)
defineOutput(___,argDesc)
defineOutput(___,'DeleteFcn',deleteFcn)
Description
defineOutput(
adds an output argument definition for a C++ method.methodDef
,argName
,mltype
)
defineOutput(
provides information about data dimensions.methodDef
,argName
,mltype
,shape
)
defineOutput(___,
adds
an argument description, and can include any of the input parameters in previous
syntaxes.argDesc
)
defineOutput(___,'DeleteFcn',
specifies a C++ library deleter function to manage the memory of the argument.deleteFcn
)
Input Arguments
Version History
Introduced in R2019a