2015年3月1日
摘要: #include class Test : public boost::enable_shared_from_this{ // ......};boost::shared_ptr tt(new Test);上面定义的Test类派生自boost::enable_shared_from_this,获取... 阅读全文
posted @ 2015-03-01 20:18 寇成坤 阅读(663) 评论(0) 推荐(0)