Home | History | Annotate | Download | only in tr1

Lines Matching defs:weak_ptr

32 //  weak_ptr.hpp
318 class weak_ptr;
421 * @param __r A weak_ptr.
778 // 2.2.4.7 weak_ptr specialized algorithms.
854 shared_ptr(const weak_ptr<_Tp1>& __r)
917 /// weak_ptr
918 // The actual weak_ptr, with forwarding constructors and
921 class weak_ptr
925 weak_ptr()
929 weak_ptr(const weak_ptr<_Tp1>& __r)
933 weak_ptr(const shared_ptr<_Tp1>& __r)
937 weak_ptr&
938 operator=(const weak_ptr<_Tp1>& __r) // never throws
945 weak_ptr&
1014 mutable weak_ptr<_Tp> _M_weak_this;