Search code examples
Correct use of shared_ptr to eliminate deallocation across DLL boundaries...


c++shared-ptr

Read More
shared_ptr<> is not required to use reference count?...


shared-ptrc++11reference-counting

Read More
shared_pointer of a base class cannot be created using a polymorphic derived...


c++castingshared-ptr

Read More
C++ destruction list...


c++shared-ptr

Read More
Is it safe to return by value a shared_ptr that is guarded by mutex?...


c++gccshared-ptr

Read More
Is it possible that a set contains two shared pointer to the same object?...


c++setshared-ptr

Read More
Different templated class in a set using boost::shared_ptr...


c++templatesshared-ptr

Read More
Wrapping std::vector of boost::shared_ptr in SWIG for Python...


c++pythonvectorswigshared-ptr

Read More
Detach a pointer from a shared_ptr?...


c++boostshared-ptr

Read More
A weak/shared pointer, detect when one user remains, boost...


c++boostshared-ptrweak-references

Read More
accessing operator overloading of class which is wrapped by std::shared_ptr...


c++inheritancestloverloadingshared-ptr

Read More
Shared Pointer on a thread counts 1 after join?...


c++shared-ptrboost-thread

Read More
boost shared_ptr get owner count...


c++boostshared-ptr

Read More
C/C++ custom allocator memory leak...


c++stlcontainersshared-ptrallocator

Read More
Creating a shared_ptr from an allocator using typedefs?...


c++pointersshared-ptrallocator

Read More
What is the deal with shared pointer?...


c++shared-ptr

Read More
Casting between shared_ptr of forward declared class hierarchy...


c++shared-ptr

Read More
How to accomplish covariant return types when returning a shared_ptr?...


c++boostreturn-valuecovarianceshared-ptr

Read More
Can I use the type of "this" as a template argument (inside a macro)?...


c++boostshared-ptr

Read More
boost::bind, boost::shared_ptr and inheritance...


c++inheritanceboostshared-ptrboost-bind

Read More
boost::shared_ptr parent <-> child communication...


c++boostparent-childshared-ptr

Read More
const shared_ptr to shared_ptr...


boostshared-ptr

Read More
boost.python expose function that returns vector<MyClass>...


c++pythonboostvectorshared-ptr

Read More
STL implementation of MVP design pattern...


c++stlmvpshared-ptrweak-ptr

Read More
Auto delete object while cycling vector...


c++boostvectorshared-ptr

Read More
How does shared_ptr work in if condition...


c++shared-ptr

Read More
Changing a function to return a pointer...


c++pointersshared-ptr

Read More
Does std::tr1::shared_ptr do mutual exclusion?...


c++windowsshared-ptrmutual-exclusion

Read More
Can we keep char[undetermined_during_compile_time_size] inside of boost::shared_ptr?...


c++pointersboostcharshared-ptr

Read More
handle management with boost::shared_ptr<>...


c++boostshared-ptr

Read More
BackNext