Home | History | Annotate | Download | only in tr1

Lines Matching defs:weak_ptr

32 //  weak_ptr.hpp
506 class weak_ptr;
932 // 2.2.4.7 weak_ptr specialized algorithms.
1007 shared_ptr(const weak_ptr<_Tp1>& __r)
1070 // The actual weak_ptr, with forwarding constructors and
1073 class weak_ptr
1077 weak_ptr()
1081 weak_ptr(const weak_ptr<_Tp1>& __r)
1085 weak_ptr(const shared_ptr<_Tp1>& __r)
1089 weak_ptr&
1090 operator=(const weak_ptr<_Tp1>& __r) // never throws
1097 weak_ptr&
1165 mutable weak_ptr<_Tp> _M_weak_this;