設計模式C++實現(2)——單例模式

#ifdef BASE_LIB_EXPORT_API # define BASE_LIB_EXPORT __declspec(dllexport) #else # define BASE_LIB_EXPORT __declspec(dllimport) #endif /** @class * @brief 禁止拷貝和拷貝構造 * * 子類使用的模型
相關文章
相關標籤/搜索