C++单例模式

// // Created by fengxb on 18-7-28. // #ifndef SINGLETON_SINGLETON_H #define SINGLETON_SINGLETON_H #include <pthread.h> class Singleton{ public: static Singleton* getInstance(); static void
相关文章
相关标签/搜索