clibIsReadOnly
确定 C++ 对象是否为只读
说明
示例
确定对象是 const
还是 nonconst
假设您有一个适用于此 C++ 库 MyClass
的 MATLAB® 接口:
const class MyClass
{
public:
int val1;
int val2;
};
const MyClass& func();
在 MATLAB 中调用函数 func
来创建一个常量 MyClass
对象:
res = clib.MyClass.func()
res = read-only MyClass with properties: val1: 1 val2: 2
验证该对象是只读的:
clibIsReadOnly(res)
ans = logical 1
该函数返回逻辑值 1 (true
),表示该对象为只读。
输入参数
cppObj
— 在 MATLAB 中创建的 C++ 对象
句柄
在 MATLAB 中创建的 C++ 对象,指定为句柄。
版本历史记录
在 R2019b 中推出
MATLAB 命令
您点击的链接对应于以下 MATLAB 命令:
请在 MATLAB 命令行窗口中直接输入以执行命令。Web 浏览器不支持 MATLAB 命令。
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)