native event简介

 

几乎是在不知不觉中VC7为C++提供了native event这一扩展功能。

背景和动机:
当一个对象改变了状态,他怎么通知"关心"它的其他对象呢?
C++一直没有一个很好的机制解决这个问题。一般的作法是采用从C语言继承过来的回调函数的办法。
函数指针的定义方法
int func(int a,int b,int c);
int (*fp)(int ,int ,int) ;//fp是一个函数指针,
fp=func;

这种回调机制有几个问题
1,一个回调函数只能通知一个接受对象,无法同时通知多个接受者
2,如果没有接受对象需要单独判断
3,使用类函数做回调函数会比较麻烦,一般使用静态函数

boost::function是一套对回调函数的封装类。多少缓解了上面的几个问题。

如果是windows编程的话,可以利用另外一些机制完成这种对象之间的"通知"任务。比如消息,EventObject。但这些方式都依赖与复杂的SDK API。不是C++语言本身的功能。

总之C++其实没有一个属于自己的事件模型。

模型:
从VC7开始,MS提供了一个扩展的C++事件模型:Unified Event Model。 这个模型统一提供了一致的方法来解决在native C++(非COM) , COM, 和managed classes中的事件通知需求。

适用:
这种模型支持对象之间事件通知。支持多线城并发。支持从拥有事件类继承,也支持子类里拥有事件定义。

例子:
MSDN上提供了基本nati

  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论
引用\[1\]中提到了关于解决'Unhandled error during execution of component event handler'警告的方法。引用\[2\]中给出了报错处的代码,其中指出了错误发生在this.categoryList\[index\]这一行。引用\[3\]中给出了解决办法,即改写判断条件来解决问题。根据这些信息,可以得出以下回答: "Unhandled error during execution of native event handler"警告通常表示在执行组件事件处理程序时发生了未处理的错误。根据引用\[2\]中提供的代码,错误发生在clickFirstCategory函数中的this.categoryList\[index\]这一行。根据引用\[3\]中的解决办法,可以改写判断条件来解决这个问题。具体来说,可以使用以下代码来解决该警告: ```javascript if (this.categoryList.length > 0 && this.categoryList\[index\]) { this.secondCateList = this.categoryList\[index\].children; } if (this.secondCateList.length > 0 && this.secondCateList\[index\]) { this.thirdCateList = this.secondCateList\[index\].children; } ``` 通过这样的改写,可以避免在数组越界或不存在的情况下访问数组元素,从而解决"Unhandled error during execution of native event handler"警告。 #### 引用[.reference_title] - *1* [vue3调试问题:控制台出现‘Unhandled error during execution of component event handler‘警告](https://blog.csdn.net/txdingtao/article/details/122845772)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^control_2,239^v3^insert_chatgpt"}} ] [.reference_item] - *2* *3* [Unhandled error during execution of native event handler ;Cannot read property ‘children of ...](https://blog.csdn.net/qq_34569497/article/details/130984828)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^control_2,239^v3^insert_chatgpt"}} ] [.reference_item] [ .reference_list ]

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

Baryon

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值