[SOF] Pointers, smart pointers or shared pointers?
摘要:
http://stackoverflow.com/questions/1119962/smart-pointers-when-where-and-how?rq=1My list of pointers:normal usage: normal members and (const) references to themsharing and keeping the object alive (owners, containers): shared_ptrsharing, but not keeping alive (users): weak_ptrscoped usage: scoped_pt 阅读全文
posted @ 2012-10-23 15:41 单向度的人 阅读(328) 评论(0) 推荐(0) 编辑