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
相關文章
相關標籤/搜索