Search code examples
C++ shared_ptr vs. unique_ptr for resource management...


c++shared-ptrsmart-pointersunique-ptrresourcemanager

Read More
How to take ownership of std::unique_ptr and std::shared_ptr...


c++c++11memory-managementshared-ptrunique-ptr

Read More
Allocating class member with std::shared_ptr...


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

Read More
How can I call a private destructor from a shared_ptr?...


c++pointersdestructorshared-ptrfriend

Read More
Does static_pointer_cast update reference counting...


c++shared-ptr

Read More
shared_ptr template argument invalid...


c++shared-ptr

Read More
How can I delete QSharedPointer from container the right way...


c++qtcontainersshared-ptrqsharedpointer

Read More
QSharedPointer, how to pass them around, and do I need them?...


c++qtpointersshared-ptrqsharedpointer

Read More
Generalizing shared pointers and QSharedPointer::data() vs shared_ptr::get()?...


c++qtc++11shared-ptrqsharedpointer

Read More
How to prevent deletion of pointers managed by a QSharedPointer...


c++qtpointersshared-ptrqsharedpointer

Read More
std::shared_ptr takes lot more memory space than vector...


c++vectorshared-ptr

Read More
Error while adding shared pointer to the vector...


c++c++11shared-ptr

Read More
c++ shared_ptr release ownership...


c++shared-ptrunique-ptr

Read More
Do I have to manually reset shared_ptrs in my own destructors?...


c++c++11destructorshared-ptr

Read More
Is this trick, to make calling shared_from_this() in the constructor 'just work', dangerous?...


c++constructorthisshared-ptr

Read More
c++: smart pointer in STL...


c++11shared-ptr

Read More
Initialise const member with make_shared...


c++c++11visual-studio-2013shared-ptrmake-shared

Read More
shared_ptr and reference counter...


c++boostshared-ptr

Read More
Having trouble with list.push_back and std::shared_ptr...


c++shared-ptr

Read More
std::shared_ptr Deletor Type...


c++c++11lambdashared-ptr

Read More
Implementing a simple singly linked list with smart pointers...


c++linked-listshared-ptrsmart-pointersunique-ptr

Read More
Destructing a Single shared_ptr One-by-One...


c++pointersshared-ptrsmart-pointersexplicit-destructor-call

Read More
Vector of shared_ptr gives seg fault when instances in vector accessed...


c++vectorshared-ptr

Read More
atomic<> within a union as a performance hack...


c++multithreadingshared-ptratomic

Read More
The advantage of reference linking over reference counting when implementing smart pointer?...


c++shared-ptrsmart-pointersdoubly-linked-listreference-counting

Read More
Is there a way to optimize shared_ptr for the case of permanent objects?...


c++optimizationshared-ptr

Read More
Static const global functor instances...


c++staticshared-ptrfunctor

Read More
Is shared_ptr destruction safe with multiple threads?...


c++multithreadingshared-ptr

Read More
Strange error trying to do a shared_ptr swap()...


c++c++11shared-ptrswapmake-shared

Read More
Forwarding parameters for late initialization...


c++c++11boost-asioshared-ptr

Read More
BackNext