Searched defs:linked_ptr (Results 1 – 6 of 6) sorted by relevance
76 template <class Y> friend class linked_ptr<Y>; variable77 template <class Y> linked_ptr(const linked_ptr<Y>& r) throw() in linked_ptr() function
146 template <typename U> linked_ptr(linked_ptr<U> const& ptr) { copy(&ptr); } in linked_ptr() function147 linked_ptr(linked_ptr const& ptr) { // NOLINT in linked_ptr() function
88 template <typename U> linked_ptr(linked_ptr<U> const& ptr) { copy(&ptr); } in linked_ptr() function90 linked_ptr(linked_ptr const& ptr) { in linked_ptr() function