defineArgument
Class: clibgen.ConstructorDefinition
Namespace: clibgen
Add input argument definition for C++ constructor
Syntax
Description
defineArgument(
adds an input argument definition for a C++ constructor.ConstructorDefinition
,CPPName
,MATLABType
)
defineArgument(
defines whether argument is input, output, or both.ConstructorDefinition
,CPPName
,MATLABType
,Direction
)
defineArgument(
provides information about data dimensions.ConstructorDefinition
,CPPName
,MATLABType
,Direction
,Shape
)
defineArgument(___,
adds additional argument definition options specified by one or more
Name,Value
)Name,Value
pair arguments, and can include any of the input
parameters in previous syntaxes.
Input Arguments
Name-Value Arguments
Version History
Introduced in R2019a