Search code examples
Leaked Mock Objects when using GoogleMock together with Boost::Shared Pointers...


c++memory-leaksshared-ptrgooglemock

Read More
std::bad_weak_ptr while shared_from_this...


c++c++11shared-ptr

Read More
Creating objects on the heap and accessing via containers of pointers in rest of program...


c++c++11pointersshared-ptr

Read More
Unreference shared_ptr...


c++11memory-managementshared-ptr

Read More
Working with shared_ptr returned from another concrete class...


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

Read More
C++ shared_ptr return this from derived method...


c++c++11shared-ptr

Read More
boost shared pointer custom deleter example...


c++shared-ptr

Read More
Resetting a shared pointer captured in a lambda function...


c++pointerslambdashared-ptr

Read More
What are potential dangers when using boost::shared_ptr?...


c++boostpointersshared-ptr

Read More
shared_ptr<T> to const shared_ptr<const T>&...


c++11shared-ptrimplicit-conversionpass-by-const-referencereference-binding

Read More
Segmentation fault when adding shared_ptr to list...


qtscopestlshared-ptr

Read More
Does it make sense to check for nullptr in custom deleter of shared_ptr?...


c++c++11shared-ptr

Read More
Why std::get_deleter() always yields nullptr...


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

Read More
Does Resharper recognize std::make_unique in a hard-code way?...


c++resharperc++14shared-ptrunique-ptr

Read More
swig shared_ptr results in an opaque object...


pythonc++swigshared-ptr

Read More
shared_ptr strangeness with null values and custom deleter...


c++shared-ptrunique-ptr

Read More
c++ Inheritance and shared pointers...


c++inheritanceshared-ptr

Read More
Correct way to allocate memory to std::shared_ptr...


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

Read More
Why passing shared_from_this() will cause segment fault?...


c++lambdashared-ptr

Read More
Is modelling a Network in C++ with shared pointers a sane design?...


c++11shared-ptr

Read More
Introduction of shared_ptr leads to a segmentation fault upon deserialization (with boost::serializa...


c++serializationboostdeserializationshared-ptr

Read More
cpp: can't get the value of member via pointer by using ->...


c++classshared-ptrmember

Read More
C++ shared_ptr serialization...


c++serializationboostshared-ptr

Read More
Cohabitation of boost::shared_ptr and std::shared_ptr...


c++boostc++11shared-ptr

Read More
Smart pointer polymorphism in collections...


c++pointerspolymorphismshared-ptrinitializer-list

Read More
malloc error when using std::shared_ptr...


c++c++11memory-managementshared-ptrsmart-pointers

Read More
Return a dereferenced value of shared_ptr from a function...


c++c++11boostshared-ptr

Read More
Is it possible to pass a vector<shared_ptr<T>> to a const vector<shared_ptr<const ...


c++type-conversionconstantsshared-ptr

Read More
C++ newbie: Operation of make_shared...


c++shared-ptrmake-shared

Read More
make_shared and emplace functions...


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

Read More
BackNext