Searched defs:smart_ptr (Results 1 – 1 of 1) sorted by relevance
28 smart_ptr() : _p(0) {} in smart_ptr() function31 smart_ptr(ptr_type p) : _p(p) {} in smart_ptr() function