Home | History | Annotate | Download | only in tr1

Lines Matching defs:weak_ptr

33 //  weak_ptr.hpp
513 class weak_ptr;
939 // 2.2.4.7 weak_ptr specialized algorithms.
1014 shared_ptr(const weak_ptr<_Tp1>& __r)
1077 // The actual weak_ptr, with forwarding constructors and
1080 class weak_ptr
1084 weak_ptr()
1088 weak_ptr(const weak_ptr<_Tp1>& __r)
1092 weak_ptr(const shared_ptr<_Tp1>& __r)
1096 weak_ptr&
1097 operator=(const weak_ptr<_Tp1>& __r) // never throws
1104 weak_ptr&
1172 mutable weak_ptr<_Tp> _M_weak_this;