Search code examples
Object storing a non-owning reference that must be informed before the reference is destructed...

c++c++11smart-pointersweak-ptr

Read More
weak-ptr become null, crash app 1 time every week...

c++visual-c++shared-ptrweak-ptr

Read More
C++11: How is object deleted if it was constructed using make_shared...

c++c++11shared-ptrreference-countingweak-ptr

Read More
std::unique_ptr vs std::shared_ptr vs std::weak_ptr vs std::auto_ptr vs raw pointers...

c++shared-ptrunique-ptrauto-ptrweak-ptr

Read More
std::weak_ptr.lock semantic in multi-threaded c++...

c++weak-ptr

Read More
Weak pointer to this in constructor...

c++boostconstructorshared-ptrweak-ptr

Read More
Automatically adding and removing an object from a list...

c++constructorshared-ptrweak-ptr

Read More
Do I have to use weak_ptr.lock() just to test if it points to a valid object?...

c++shared-ptrweak-ptr

Read More
Comparing weak_ptr to raw pointer doesn't work, looking for alternative...

c++c++11shared-ptrresource-managementweak-ptr

Read More
Same address, multiple "shared_ptr"s, enable_shared_from_this & custom deleter...

boostshared-ptrweak-ptr

Read More
In well designed code should you expect locking of weak_ptr to always succeed?...

c++shared-ptrsmart-pointersweak-ptr

Read More
How can I do this with Smart Pointers?...

c++c++11segmentation-faultsmart-pointersweak-ptr

Read More
Why doesn't std::weak_ptr<> provide a bool conversion?...

c++c++11shared-ptrweak-ptr

Read More
How do I construct an object that holds a reference to a parent using a weak_ptr?...

c++constructorweak-ptr

Read More
C++ boost::shared_ptr & boost::weak_ptr & dynamic_cast...

boostdynamic-castweak-ptr

Read More
How to remove (non-intrusive) smart pointers from a cache when there are no more references?...

c++cachingshared-ptrsmart-pointersweak-ptr

Read More
Boost shared_from_this and destructor...

c++boostshared-ptrobject-lifetimeweak-ptr

Read More
c++: std::tr1::shared_ptr from this...

c++classshared-ptrsmart-pointersweak-ptr

Read More
STL implementation of MVP design pattern...

c++stlmvpshared-ptrweak-ptr

Read More
weak_ptr's weird copy constructors...

c++c++11shared-ptrweak-ptr

Read More
Weak reference to a scoped_ptr?...

c++structureweak-ptrscoped-ptr

Read More
std::shared_ptr and double callback...

c++shared-ptrdouble-dispatchweak-ptr

Read More
std::set of boost::weak_ptr<T> - Getting const_iterator to const T?...

c++boostiteratorweak-ptr

Read More
Threading a Shared Model with pointers...

c++multithreadingnullshared-ptrweak-ptr

Read More
Is it wise to provide access to weak_ptr in a library interface?...

c++boostweak-ptr

Read More
BackNext