Searched defs:SmartPointerBase (Results 1 – 1 of 1) sorted by relevance
17 SmartPointerBase() : p_(NULL) {} in SmartPointerBase() function20 explicit SmartPointerBase(T* ptr) : p_(ptr) {} in SmartPointerBase() function24 SmartPointerBase(const SmartPointerBase<Deallocator, T>& rhs) : p_(rhs.p_) { in SmartPointerBase() function