Search code examples
How to make shared_ptr thread safe in this case?...


c++boostthread-safetyshared-ptr

Read More
Derived class' method not found via dereferencing boost::shared_ptr...


c++pointersinheritanceshared-ptr

Read More
shared_ptr garbage collection when make_shared() is called multiple times...


c++c++11memory-leaksshared-ptr

Read More
"delete this" to an object that's allocated with std::shared_ptr?...


c++memory-managementc++11shared-ptr

Read More
how would i convert shared_ptr<ID3D11Buffer> to ID3D11Buffer**...


c++shared-ptrdirect3d

Read More
std::vector of vectors deallocates its shared_ptr content (incorrect usage of stack solid objects?)...


c++stackshared-ptrsmart-pointersstdvector

Read More
re-assigning shared_ptr from within object pointed to...


c++shared-ptrself-reference

Read More
Should I use shared_ptr or unique_ptr?...


c++c++11shared-ptrsmart-pointersunique-ptr

Read More
class not being recognized as friend...


c++boostshared-ptrfriendboost-smart-ptr

Read More
C++11 standard decision "shared_ptr(const weak_ptr<Y>& r) Throws bad_weak_ptr"...


c++c++11exceptionshared-ptrweak-ptr

Read More
emplace_back and shared_ptr vector in VS2012...


c++c++11visual-studio-2012stlshared-ptr

Read More
shared_ptr returning an interface...


inheritanceinterfacec++11shared-ptr

Read More
C++ shared_ptr vs. Python object...


pythonc++programming-languagesshared-ptr

Read More
shared_ptr with dynamic allocated memory and with mmap-ed memory...


c++c++11shared-ptrmmap

Read More
std::shared_ptr: typedef with custom deleter...


c++sdltypedefshared-ptr

Read More
Automatically delete containers sent to asynchronous functions/io_service...


c++pointersboostshared-ptrboost-bind

Read More
std::dynamic_pointer_cast of std::shared from base to derived returns NULL...


c++c++11castingshared-ptrsmart-pointers

Read More
When would I want to construct a shared pointer from a raw pointer...


c++c++11shared-ptr

Read More
error C2027: use of undefined type 'boost::python::detail::reference_existing_object_requires_a_...


c++c++11boostshared-ptrboost-python

Read More
Vectors of std::shared_ptr Lose Data...


c++c++11vectorshared-ptrdelete-operator

Read More
Crash while inserting int a set...


c++multithreadingsegmentation-faultshared-ptraerospike

Read More
C++11 Reference count smart pointer design...


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

Read More
Delete this architecture and Undefined Behaviour...


c++shared-ptrdelete-operator

Read More
How can I take a single element out of a boost library (e.g. shared_pointer)?...


c++boostshared-ptrboost-smart-ptr

Read More
Crash in creating an array in the heap and delete it with/without shared_ptr...


c++new-operatorshared-ptrdelete-operator

Read More
First time using smart pointers, am I doing it correctly?...


c++shared-ptr

Read More
Delete raw pointer after creating a shared_ptr from it...


c++c++11segmentation-faultshared-ptrraw-pointer

Read More
Can I use std::make_shared with structs that don't have a parametric constructor?...


c++shared-ptr

Read More
Using += operator with float values...


c++operator-overloadingoperatorsconstantsshared-ptr

Read More
+= operator in C++ to add Autors to list...


c++operatorsshared-ptr

Read More
BackNext