lxg

导航

 

2023年8月18日

摘要: 点击查看代码 ``` //定义成宏 publicDefine.h // PIMPL模式声明 #define PIMPL_DEFINE(Classname) \ const Classname##Impl* GetImpl() const; \ Classname##Impl* GetImpl(); 阅读全文
posted @ 2023-08-18 09:10 lxg_7105 阅读(24) 评论(0) 推荐(0)