03 2016 档案

C++ 对象间通信框架 V2.0 ××××××× 之(五)
摘要:类定义: ======================================================================= 1 // MemberFuncPointer.h: interface for the CMemberFuncPointer class. 2 / 阅读全文

posted @ 2016-03-10 11:28 雁北 阅读(343) 评论(0) 推荐(0)

C++ 对象间通信框架 V2.0 ××××××× 之(四)
摘要:类定义:CMemberFuncPointer ======================================================================= 1 // MemberFuncPointer.h: interface for the CMemberFunc 阅读全文

posted @ 2016-03-10 11:19 雁北 阅读(196) 评论(0) 推荐(0)

C++ 对象间通信框架 V2.0 ××××××× 之(三)
摘要:类定义:CSignalSlot ======================================================================= 1 // SignalSlot.h: interface for the CSignalSlot class. 2 // 3 阅读全文

posted @ 2016-03-10 11:16 雁北 阅读(338) 评论(0) 推荐(0)

C++ 对象间通信框架 V2.0 ××××××× 之(二)
摘要:公共头文件:ss_type_def.h =================================================================================== 1 #if !defined SS_TYPE_DEF_H 2 #define SS_TYPE 阅读全文

posted @ 2016-03-10 11:12 雁北 阅读(587) 评论(0) 推荐(0)

C++ 对象间通信框架 V2.0 ××××××× 之一
摘要:V2.0 主要是信号槽连接的索引性能做了改进,新设计了程序构架实现了多级分层索引,索引时间性能基本不受连接表的大小影响。 类定义:CSignalSlot C_MemberFuncPointer C_ss_slot_item C_ss_signal_item C_ss_signal_func 详细说明 阅读全文

posted @ 2016-03-10 10:47 雁北 阅读(364) 评论(0) 推荐(0)

导航