Search code examples
std::function for method argument, copy or shared_ptr?...


c++shared-ptrpass-by-valuestd-function

Read More
Automatically adding and removing an object from a list...


c++constructorshared-ptrweak-ptr

Read More
auto_ptr or shared_ptr...


c++shared-ptrauto-ptrvisual-c++-2005

Read More
Initialize a const map which has shared_ptr as values...


c++c++11shared-ptr

Read More
C++ hidden constructor for objects managed by shared_ptr...


c++c++11constructorshared-ptr

Read More
C++: What is the difference between std::shared_ptr<T> and std::shared_ptr<T const>?...


c++shared-ptr

Read More
C++ "this" shared_pointer safety in class method...


c++c++11shared-ptr

Read More
Strange double destructor call when using shared_ptr...


c++c++11g++destructorshared-ptr

Read More
Class design: how to return a shared_ptr: reference or copy...


c++memory-managementshared-ptropengl-2.0

Read More
Ideas for memory management, std::map, boost::shared_ptr...


c++design-patternsshared-ptrobserver-patterncommand-pattern

Read More
c++ how to manage object cache with ref counting...


c++shared-ptrsmart-pointers

Read More
Using shared_ptr to abstract base as holder with boost.python...


c++abstract-classshared-ptrboost-python

Read More
shared_ptr in std::tr1...


c++gccboostshared-ptrtr1

Read More
How to work around 10 limit for make_shared in Visual Studio...


c++visual-studio-2010visual-c++c++11shared-ptr

Read More
When making an instance with shared_ptr, what should happen with the pointer instance variables?...


c++pointersvectorshared-ptrogre3d

Read More
Ownership and how to avoid shared_ptr...


c++event-handlingshared-ptrownership

Read More
accessing templated member function of an object that is a member of a struct...


c++templatesstructshared-ptr

Read More
Why doesn't std::shared_ptr use reference linking?...


c++c++11shared-ptrsmart-pointersreference-counting

Read More
Get a list of all uses of boost:shared_ptr's get method in a source tree...


c++debuggingboostshared-ptr

Read More
C++ Design: Passing pointer/reference to ref-counted object...


c++parametersc++11shared-ptr

Read More
allocate_shared with additional byte buffer...


c++boostshared-ptr

Read More
Does std::make_shared() use custom allocators?...


c++c++11shared-ptrmake-shared

Read More
Sane design for a class holding a shared resource...


c++c++11shared-ptr

Read More
why vector push_back<shared_ptr<T>> not work in a for loop for my defined class...


c++vectorfor-loopshared-ptrpush-back

Read More
C++ == operator for child of abstract base class using shared_ptr...


c++dynamicshared-ptr

Read More
convert vector<boost::shared_ptr<Foo> > to vector<Foo*> , is it possible?...


c++boostshared-ptr

Read More
const correctness and shared_ptr, a matter of design?...


c++boostshared-ptrconst-correctness

Read More
Qt raw vs std::shared_ptr...


c++qtc++11shared-ptr

Read More
Deleting content of a boost::shared_ptr...


c++shared-ptr

Read More
Uncaught exception at constructor after allocating memory...


c++exceptionconstructorshared-ptr

Read More
BackNext