clibgen.MethodDefinition - Definition for MATLAB function corresponding to C++ class method - MATLAB (original) (raw)
Main Content
Namespace: clibgen
Definition for MATLAB function corresponding to C++ class method
Description
The clibgen.MethodDefinition
class contains the MATLABĀ® definition for a member function defined in the header of a C++ class.
The clibgen.MethodDefinition
class is a handle class.
Properties
Help text for the end user describing the method, specified as a string or a character vector. The publisher can modify the value of the Description
property in the library definition file.
Example: clib.cppSample.TestClass.charInput
Method of C++ classTestClass
.
Attributes:
GetAccess | public |
---|---|
SetAccess | public |
Help text from C++ header file for the end user describing details about the method, specified as a string or a character vector. If the C++ comment does not contain detailed information, then DetailedDescription
does not appear in the definition file.
The publisher can modify the value of the DetailedDescription
property in the library definition file. If DetailedDescription
is not empty, then the MATLABdoc
command displays this sentence before displaying the value ofDetailedDescription
.
This content is from the external library documentation.
Attributes:
GetAccess | public |
---|---|
SetAccess | public |
C++ method signature, specified as a string or a character vector. MATLAB creates CPPSignature
from the method definition in the header file.
Example: void TestClass::intInput(int * ptr,int len)
Attributes:
GetAccess | public |
---|---|
SetAccess | private |
Class containing the method, specified as a clibgen.ClassDefinition object.
Attributes:
GetAccess | public |
---|---|
SetAccess | private |
Method signature in MATLAB, specified as a string or a character vector. MATLAB creates this signature.
Attributes:
GetAccess | public |
---|---|
SetAccess | private |
Dependent | true |
Indicate if method definition is complete, specified as true
orfalse
.
Attributes:
GetAccess | public |
---|---|
SetAccess | private |
Preferred function name for member functions derived from templates if there are overload functions, specified as a string or a character vector.
Example: "clib.libname.task_int_"
Attributes:
GetAccess | public |
---|---|
SetAccess | private |
Methods
Version History
Introduced in R2019a