摘要: 分享一个我在工作中用到的单例类,也欢迎大家留言批评指正。 #ifndef _SINGLETON_H_ #define _SINGLETON_H_ //单件类 template <class T> class CSingleton { public: static T* Instance(bool b 阅读全文
posted @ 2015-05-30 16:00 黑桃七 阅读(258) 评论(0) 推荐(0) 编辑