Search code examples
Accessing weak_ptr after deleting the original pointer...


c++vectorshared-ptrweak-ptr

Read More
shared_ptr - why does it break?...


c++shared-ptr

Read More
cannot call member function without object for vector of shared_ptr of object...


c++boostlambdashared-ptrboost-bind

Read More
shared_ptr with QThreadPool...


c++multithreadingqtthreadpoolshared-ptr

Read More
Why can't I return a nullptr std::weak_ptr?...


c++c++11shared-ptr

Read More
Updating cache without blocking...


c++multithreadingc++11shared-ptr

Read More
How to use shared_ptr on a 3'd party class with protected destructor and public destroy method...


c++boostdestructorshared-ptrprotected

Read More
boost shared_ptr and 'this'...


c++boostshared-ptr

Read More
C++ Templates - How to use across multiple MTU's...


c++design-patternstemplatesboostshared-ptr

Read More
Unable to use custom allocator with allocate_shared/make_shared...


c++memory-managementc++11shared-ptrallocator

Read More
Boost program options and shared_ptr...


c++boostshared-ptrboost-program-options

Read More
How to implement a "dynamic_cast"-like operator between shared_ptr's?...


c++11shared-ptrdynamic-cast

Read More
How can I move a shared_ptr's data?...


c++11shared-ptrmove-semantics

Read More
std::shared_ptr: Custom deleter not being invoked...


c++c++11shared-ptr

Read More
Own AddRef and Release for Boost shared_ptr...


c++c++11boostshared-ptrintrusive-containers

Read More
Constructor expecting shared pointer to the instance being created...


c++c++11shared-ptrsmart-pointers

Read More
boost::shared_ptr Assertion error with boost::asio:io_service...


c++boostshared-ptrassertion

Read More
Error converting form boost::shared_ptr<T> to std::shared_ptr<T>...


c++boostc++11shared-ptr

Read More
shared_ptr pattern to own an object inside a function...


design-patternsc++11shared-ptr

Read More
Correct way of 'upserting' items into map<key, shared_ptr<foo>>...


c++dictionarystlshared-ptr

Read More
Why is boost::enable_shared_from_raw so undocumented?...


c++boostshared-ptr

Read More
Difference between these shared_ptr instantiations?...


c++templatesshared-ptr

Read More
Vector of shared_ptrs behaves mysteriously...


c++pointersinheritancevectorshared-ptr

Read More
Compilation errors with std::enable_shared_from_this<> on OS X...


c++xcodeinheritancec++11shared-ptr

Read More
C++: auto_ptr + forward declaration?...


c++memory-managementpointersshared-ptrauto-ptr

Read More
Using shared_ptr for different types...


c++shared-ptr

Read More
shared ptr casting...


c++boostcastingshared-ptr

Read More
Never provide destructor in the PIMPL(using boost scoped_ptr), the g++(4.6.1) doesn't generate c...


c++boostg++shared-ptr

Read More
C++ smart pointer circular link...


c++shared-ptrsmart-pointerscircular-reference

Read More
Shared pointers to vectors...


c++pointerscollectionsshared-ptr

Read More
BackNext