摘要:单线程:class Singleton{private: static Singleton* _instance; Singleton() { }public: static Singleton* Instance() { if (n...
阅读全文
posted @ 2015-09-21 17:12
|
|
|
随笔分类 - design-patterns
摘要:单线程:class Singleton{private: static Singleton* _instance; Singleton() { }public: static Singleton* Instance() { if (n...
阅读全文
posted @ 2015-09-21 17:12
|
|