摘要: 1 #ifndef _ZTC_DELEGATE_H_ 2 #define _ZTC_DELEGATE_H_ 3 4 #include 5 #include 6 7 /////////////////////////////////////////////// 8 // C++ 使用 可变参数模板类, 来实现 9 // C#中的 委托10 // Anchor: ztc11 // Date : 2014-01-1012 ///////////////////////////////////////////////13 14 template15 class Delegate {16 p... 阅读全文
posted @ 2014-01-10 12:11 easyfrog 阅读(871) 评论(0) 推荐(0) 编辑