Search code examples
Is it possible to create a simple smart pointer baseclass without templates?...


c++templatesmemory-managementsmart-pointersreference-counting

Read More
Indirect multi-level smart pointers...


c++smart-pointers

Read More
const correctness with smart pointers...


c++polymorphismcontainerssmart-pointersconst-correctness

Read More
std::set and boost::shared_ptr unique key identification issues...


c++booststdsmart-pointers

Read More
What is going on here?...


c++smart-pointersboost-smart-ptr

Read More
smart pointers: shared ownership: non-intrusive/intrusive strategy...


terminologysmart-pointers

Read More
custom smart pointers and polynomial number of comparison operators...


c++comparisonc++11smart-pointers

Read More
How is this code running?...


c++memory-managementsmart-pointers

Read More
intrusive_ptr using a base class for ref count and include cycles hell...


c++boostsmart-pointers

Read More
Releasing a unique_ptr before return from a function...


c++visual-studio-2010smart-pointers

Read More
Handling smart pointers in stl container...


c++stlc++11smart-pointersunique-ptr

Read More
Resetting an object through smart pointer...


c++pointerssmart-pointers

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
enable_shared_from_this - empty internal weak pointer?...


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

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


c++boostshared-ptrsmart-pointers

Read More
How do I AddRef() an nsCOMPtr for use as an out param?...


firefox-addonsmart-pointersxpcomreference-countinggeckosdk

Read More
How to use C++ Smart Pointers?...


c++smart-pointers

Read More
How to pass a shared_ptr to a mutable object as a parameter?...


c++boostc++11smart-pointers

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


c++shared-ptrsmart-pointersauto-ptr

Read More
Proper copy semantics for std::unique_ptr as a parameter...


c++c++11smart-pointers

Read More
C++11 Smart Pointer Policies...


c++memory-managementc++11smart-pointers

Read More
Copy constructor with smart pointer...


c++templatessmart-pointerscopy-constructor

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


c++pointerscycleshared-ptrsmart-pointers

Read More
Abstract Factory with parameterized constructors...


c++design-patternspolymorphismabstract-classsmart-pointers

Read More
C++ Avoiding excessive use of lock() in member functions that use boost::weak_ptr...


c++smart-pointers

Read More
Is it safe to use std::auto_ptr in std::map?...


c++stlsmart-pointersc++03

Read More
Does boost::scoped_ptr violate the guideline of logical constness...


c++constantssmart-pointersboost-smart-ptr

Read More
smart pointers - why use them, and which to use?...


c++smart-pointers

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


c++classshared-ptrsmart-pointersweak-ptr

Read More
Mixing C++ and Objective-C...


c++objective-cboostcocos2d-iphonesmart-pointers

Read More
BackNext