Class: clibgen.ConstructorDefinition
Package: clibgen
Add input argument definition for C++ constructor
defineArgument(constructDef,argName,mltype)
defineArgument(constructDef,argName,mltype,direction)
defineArgument(constructDef,argName,mltype,direction,shape)
defineArgument(___,argDesc)
defineArgument(
adds an input argument definition for a C++ constructor.constructDef
,argName
,mltype
)
defineArgument(
defines whether argument is input, output, or both.constructDef
,argName
,mltype
,direction
)
defineArgument(
provides information about data dimensions.constructDef
,argName
,mltype
,direction
,shape
)
defineArgument(___,
adds
an argument description, and can include any of the input arguments in previous
syntaxes.argDesc
)