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