摘要: #include using namespace std;class ThirdPartImpl{public: void SomeFunction() { coutSomeFunction(); } private: ThirdPartImpl* m_pImpl;};int ma... 阅读全文
posted @ 2014-12-10 14:25 stanley19861028 阅读(119) 评论(0) 推荐(0) 编辑
摘要: #include using namespace std;class GtkSystem{public: void Init(int argc, char** argv); int EventLoop() { coutEventLoop();}void GuiFacade::Logger... 阅读全文
posted @ 2014-12-10 09:35 stanley19861028 阅读(124) 评论(0) 推荐(0) 编辑