Search code examples
shared pointers and multithreading...


c++multithreadingshared-ptrtbb

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
Is a virtual destructor needed for your Interface, if you always store it in a shared_ptr?...


c++boostc++11shared-ptrvirtual-destructor

Read More
enable_shared_from_this - empty internal weak pointer?...


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

Read More
Is the state of any standard class after being moved specified?...


c++c++11shared-ptr

Read More
Why can't I use shared_from_this with a callbacks interface object?...


c++boostshared-ptrsmart-pointers

Read More
Boost shared_from_this and destructor...


c++boostshared-ptrobject-lifetimeweak-ptr

Read More
C++11's shared_ptr assignment...


c++c++11shared-ptr

Read More
Error while compilation of std::map with boost::shared_ptr...


boostshared-ptrstdmap

Read More
make_shared create std::shared_ptr? gcc 4.6.2...


c++c++11shared-ptrgcc4make-shared

Read More
What is the difference between auto pointers and shared pointers in C++...


c++shared-ptrsmart-pointersauto-ptr

Read More
'boost::make_shared' : ambiguous call to overloaded function...


c++boostshared-ptrmake-shared

Read More
unresolved external symbol with template implementation on VS2010...


c++visual-studio-2010templatesboost-asioshared-ptr

Read More
weak_ptr and parent-child cyclic dependencies...


c++pointerscycleshared-ptrsmart-pointers

Read More
compiler error for shared_ptr in Visual Studio 2010...


c++visual-studioboostshared-ptr

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


c++classshared-ptrsmart-pointersweak-ptr

Read More
boost::python and set::erase -> weird behaviour...


c++boostc++11shared-ptrboost-python

Read More
C++ shared_ptr copy constructor syntax...


c++syntaxreferenceshared-ptrcopy-constructor

Read More
Boost::Bind noncopyable error with shared_ptr <tcp::socket>...


c++boostboost-asioshared-ptrboost-bind

Read More
boost asio compilation error with async functions...


c++asynchronousboost-asioshared-ptrboost-function

Read More
Copy constructor not called when using boost::bind, boost::shared_ptr, and boost::thread together...


c++multithreadingboostshared-ptrcopy-constructor

Read More
C++ boost shared_ptr as a hash_map key...


c++boostneural-networkshared-ptrhashmap

Read More
Is using shared_ptr and weak_ptr to manage lifetime of std::function safe?...


c++boost-asioshared-ptrboost-threadstd-function

Read More
Creating a const share_ptr<pure_virtual_class> member...


c++boostinitializationshared-ptrmember

Read More
Boost shared_ptr dereference cost...


c++boostshared-ptr

Read More
Using std::shared_ptr with clang++ and libstdc++...


c++shared-ptrclanglibstdc++

Read More
shared_ptr chain/branch with a second deleter...


c++boostshared-ptr

Read More
smart pointers + "this" considered harmful?...


c++pointersthissmart-pointersshared-ptr

Read More
shared_ptr<void> t(new char[num]) means memory leak?...


c++boostmemory-leaksshared-ptrtr1

Read More
To get reference counting, do I have to clutter my APIs with shared_ptr?...


c++apipass-by-referenceshared-ptrreference-counting

Read More
BackNext