Object storing a non-owning reference that must be informed before the reference is destructed...
Read Moreweak-ptr become null, crash app 1 time every week...
Read MoreC++11: How is object deleted if it was constructed using make_shared...
Read Morestd::unique_ptr vs std::shared_ptr vs std::weak_ptr vs std::auto_ptr vs raw pointers...
Read Morestd::weak_ptr.lock semantic in multi-threaded c++...
Read MoreWeak pointer to this in constructor...
Read MoreAutomatically adding and removing an object from a list...
Read MoreDo I have to use weak_ptr.lock() just to test if it points to a valid object?...
Read MoreComparing weak_ptr to raw pointer doesn't work, looking for alternative...
Read MoreSame address, multiple "shared_ptr"s, enable_shared_from_this & custom deleter...
Read MoreIn well designed code should you expect locking of weak_ptr to always succeed?...
Read MoreHow can I do this with Smart Pointers?...
Read MoreWhy doesn't std::weak_ptr<> provide a bool conversion?...
Read MoreHow do I construct an object that holds a reference to a parent using a weak_ptr?...
Read MoreC++ boost::shared_ptr & boost::weak_ptr & dynamic_cast...
Read MoreHow to remove (non-intrusive) smart pointers from a cache when there are no more references?...
Read MoreBoost shared_from_this and destructor...
Read Morec++: std::tr1::shared_ptr from this...
Read MoreSTL implementation of MVP design pattern...
Read Moreweak_ptr's weird copy constructors...
Read Morestd::shared_ptr and double callback...
Read Morestd::set of boost::weak_ptr<T> - Getting const_iterator to const T?...
Read MoreThreading a Shared Model with pointers...
Read MoreIs it wise to provide access to weak_ptr in a library interface?...
Read More