Vulkan

2015年4月22日

:单件模式:Singleton

摘要: #ifndef __SINGLETON_H__#define __SINGLETON_H__class Singleton{private: static Singleton* instance; Singleton(){}public: static Singleton* getInstance(... 阅读全文

posted @ 2015-04-22 19:50 Vulkan 阅读(133) 评论(0) 推荐(0) 编辑

导航