摘要: #define SINGLETON_DEFINE(ClassName) \ static ClassName* GetInstance() \ { \ static ClassName _instance; \ return &_instance; \ } \ ClassName(const Cla 阅读全文
posted @ 2024-05-29 11:28 無海 阅读(18) 评论(0) 推荐(0)