Search code examples
No suitable constructor exists to convert from "dumb pointer" to "smart pointer"...


c++memoryshared-ptr

Read More
C++: Creating a shared object rather than a shared pointer to an object...


c++shared-ptrsmart-pointerspimpl-idiom

Read More
Implicit conversion of vector<shared_ptr<Foo> > to vector<shared_ptr<const Foo>...


c++vectorcastingshared-ptrimplicit-conversion

Read More
Safely convert (vector of shared_ptr to objects) to (vector of shared_ptr to constant objects)...


c++vectorcastingconstantsshared-ptr

Read More
std::enable_shared_from_this ... Does a new shared_ptr know to take shared_from_this()?...


c++boostshared-ptr

Read More
boost::factory creating boost::enable_shared_from_this class...


c++boost-asioshared-ptrboost-function

Read More
Why is std::tr1::shared_ptr<>.reset() so expensive?...


c++visual-studio-2010shared-ptrtr1

Read More
Building an Object System Around shared_ptr...


c++inheritancelanguage-designshared-ptr

Read More
Working on a solid Command Pattern with shared_ptr...


c++design-patternsshared-ptrcommand-pattern

Read More
C++ dependency injection - by reference or by boost::shared_ptr?...


c++dependency-injectionpass-by-referenceshared-ptr

Read More
Boost Shared Pointer: Simultaneous Read Access Across Multiple Threads...


c++multithreadingboostshared-ptr

Read More
(Ab)using shared_ptr as a reference counter...


c++11shared-ptrrefcounting

Read More
std::shared_ptr and double callback...


c++shared-ptrdouble-dispatchweak-ptr

Read More
Appropriate use of shared_ptr?...


c++shared-ptrownership

Read More
Shared_Ptr of socket creation - what is wrong?...


c++multithreadingboostboost-asioshared-ptr

Read More
safe std::tr1::shared_ptr usage...


c++memory-leaksshared-ptrexception-safe

Read More
pimpl: Avoiding pointer to pointer with pimpl...


c++c++11shared-ptrpimpl-idiomunique-ptr

Read More
Is there a way to safely delete QList of non-unique pointers to MyObject?...


c++qtlistshared-ptr

Read More
Boost smart pointers: Can I express it in a more concise way?...


c++boostshared-ptrsmart-pointers

Read More
Using C++ std::equal on a container of shared_ptr...


c++shared-ptrequalitystl-algorithm

Read More
shared_ptr problems returning an up-cast version from a member function...


c++c++11thisshared-ptr

Read More
Using STL algorithms with shared_ptr, function objects...


c++shared-ptrstl-algorithmfunction-object

Read More
need single header file for boost::shared_ptr...


c++boostshared-ptr

Read More
Remove from a std::set<shared_ptr<T>> by shared_ptr<const T>...


c++setconstantsshared-ptr

Read More
shared_ptr based design issues...


c++shared-ptr

Read More
C++ passing a derived class shared_ptr to a templated function...


c++templatesinheritanceboostshared-ptr

Read More
Issue with using shared_ptr with custom equality operator and STL...


c++c++11shared-ptrcomparison-operators

Read More
Refactoring c++ template class based on template type...


c++templatesrefactoringshared-ptr

Read More
SWIG, boost shared pointers and inheritance...


c++pythonboostswigshared-ptr

Read More
std::shared_ptr with std containers...


c++stldictionarysetshared-ptr

Read More
BackNext