摘要:
单线程:class Singleton{private: static Singleton* _instance; Singleton() { }public: static Singleton* Instance() {... 阅读全文
posted @ 2015-09-21 17:13 ggzone 阅读(137) 评论(0) 推荐(0)
|
|
|
|
摘要:
单线程:class Singleton{private: static Singleton* _instance; Singleton() { }public: static Singleton* Instance() {... 阅读全文
posted @ 2015-09-21 17:13 ggzone 阅读(137) 评论(0) 推荐(0) |
|