Search code examples
shared_ptr and use_count...


c++shared-ptr

Read More
C++ boost::shared_ptr as a member of a class and repeatedly setting its value...


c++boostshared-ptr

Read More
Can __restrict__ be applied to shared_ptr<T>?...


c++g++clangshared-ptrrestrict-qualifier

Read More
Accessing calloc'd data through a shared_ptr...


c++boostshared-ptr

Read More
Comparing weak_ptr to raw pointer doesn't work, looking for alternative...


c++c++11shared-ptrresource-managementweak-ptr

Read More
Create a non-owning shared_ptr?...


c++c++11shared-ptrresourcemanager

Read More
Is previous pointer destroyed when using = operator in std::shared_ptr?...


c++visual-c++pointersshared-ptrsmart-pointers

Read More
Same address, multiple shared_ptr counters, is it forbidden by C++ standard?...


c++c++11shared-ptrlanguage-lawyer

Read More
Same address, multiple "shared_ptr"s, enable_shared_from_this & custom deleter...


boostshared-ptrweak-ptr

Read More
why am i getting this runtime exception when using shared_ptr?...


c++shared-ptr

Read More
shared_ptr with non-pointer resources...


c++c++11shared-ptr

Read More
Creating boost::thread with an std::shared_ptr object instance...


c++boostc++11shared-ptrboost-thread

Read More
Intellisense fails for boost::shared_ptr with Boost 1.40.0 in Visual Studio 2008...


c++visual-studio-2008boostintellisenseshared-ptr

Read More
Casting shared_ptr<T> to shared_ptr<void>...


c++castingc++11shared-ptr

Read More
C++ shared_ptr array type access...


c++shared-ptr

Read More
Should I convert shared_ptr to weak_ptr when passed to a method?...


c++shared-ptr

Read More
false sharing in boost::detail::spinlock_pool?...


c++boostc++11shared-ptrboost-thread

Read More
passing vector<shared_ptr<Derived>> to a function expecting vector<shared_ptr<Base...


c++inheritanceshared-ptrsmart-pointers

Read More
Why does boost::shared_ptr use gcc inline assembly to increase use_count instead of using operator++...


c++boostthread-safetyshared-ptratomic

Read More
iterate over a map of shared pointers without increasing the reference count?...


c++dictionaryc++11shared-ptr

Read More
C++ Templated Subject Observer Inheritance/Cast Conflict...


c++templatesinheritanceshared-ptr

Read More
Copy control in abstract classes...


c++shared-ptrcopy-constructor

Read More
How to fix: error: invalid conversion from 'const MyClass*' to 'MyClass*'...


c++castingshared-ptr

Read More
C++ - "Unspecialised class template" error with shared_ptr...


c++templatesshared-ptr

Read More
How to pass a std::shared_ptr<Resource> to a function?...


c++c++11shared-ptr

Read More
SWIG_SHARED_PTR macro with templated class...


c++pythontemplatesswigshared-ptr

Read More
How to make all copies of a shared_ptr equal to another shared_ptr?...


c++shared-ptrsmart-pointers

Read More
Bad allocation with list<shared_ptr>...


c++c++11shared-ptrbad-alloc

Read More
Error while copy constructing boost::shared_ptr using C++11...


c++boostc++11shared-ptr

Read More
Segmentation fault in destructor of own shared pointer...


c++segmentation-faultshared-ptrsmart-pointers

Read More
BackNext