<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>firemail - 回调 消息间通讯</title>
    <link>http://www.firemail.wang:8088/forum.php?mod=forumdisplay&amp;fid=507</link>
    <description>Latest 20 threads of 回调 消息间通讯</description>
    <copyright>Copyright(C) firemail</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Thu, 30 Apr 2026 14:26:04 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.firemail.wang:8088/static/image/common/logo_88_31.gif</url>
      <title>firemail</title>
      <link>http://www.firemail.wang:8088/</link>
    </image>
    <item>
      <title>基于观察者模式的事件通知系统</title>
      <link>http://www.firemail.wang:8088/forum.php?mod=viewthread&amp;tid=11203</link>
      <description><![CDATA[# notify.cpp代码功能分析

这段代码实现了一个基于观察者模式的事件通知系统，主要用于在应用程序的不同组件之间进行事件传递和处理。以下是详细分析：

## 核心数据结构

```cpp
static QMap g_notifys;
static QReadWriteLock * s_lock = ForceNew();
` ...]]></description>
      <category>回调 消息间通讯</category>
      <author>Qter</author>
      <pubDate>Sat, 02 Aug 2025 05:56:07 +0000</pubDate>
    </item>
    <item>
      <title>C++中建立对象间消息连接的系统方法</title>
      <link>http://www.firemail.wang:8088/forum.php?mod=viewthread&amp;tid=9885</link>
      <description><![CDATA[http://www.vcstudy.com/Cplusbiancheng/Cplusbase/vcxuexi_1054.html用过C++进行过面向对象程序设计的用户都知道，程序中的对象很少单独存在。不考虑对象间的相互作用几乎是不可能的。所以，标识对象间的关系或建立对象间的消息连接是面向对象程序设计的一项重要任务。 ...]]></description>
      <category>回调 消息间通讯</category>
      <author>Qter</author>
      <pubDate>Tue, 28 Jan 2020 13:00:30 +0000</pubDate>
    </item>
  </channel>
</rss>