Search code examples
Function overloading with shared pointer argument ambiguity...


c++inheritancec++11shared-ptroverloading

Read More
Undo/Redo using lists of shared_ptr...


c++listpointersiteratorshared-ptr

Read More
shared_ptr error expression must have arithmetic, enum, pointer...


c++pointersshared-ptr

Read More
C++ shared pointer issue...


c++pointersshared-ptr

Read More
How can I set a shared pointer to a regular pointer...


c++pointersshared-ptr

Read More
'boost shared_ptr' and 'boost lock' together = messed up...


boostlockingshared-ptrboost-thread

Read More
Having a single method in a base class able to allocate for child classes...


c++c++11shared-ptr

Read More
Circular dependency with shared pointers...


c++shared-ptrcircular-dependency

Read More
shared_ptr initialization...


c++shared-ptrdecltype

Read More
How to cast vector<T>::iterator (on the heap) as shared_ptr<T>...


c++boostiteratorshared-ptr

Read More
Shared_Ptr eates the performance of my application...


c++qtshared-ptr

Read More
Move ownership from std::shared_ptr to std::unique_ptr...


c++shared-ptrsmart-pointersunique-ptr

Read More
Factory function which returns object of specific type - how to do it in better way...


c++pointersshared-ptrfactory

Read More
If I want to use std::shared_ptr, which header to include?...


c++headerc++11shared-ptr

Read More
about shared_ptr...


c++pointersshared-ptr

Read More
Searching in a set of shared_ptr<QString>...


c++boostshared-ptrboost-multi-indexmulti-index

Read More
Luabind: Can't return shared_ptr...


c++luashared-ptrluabind

Read More
Are there any downsides with using make_shared to create a shared_ptr...


c++boostshared-ptr

Read More
Replace all references to a object in a shared_ptr<T>...


c++shared-ptr

Read More
How to switch off correctly?...


c++shared-ptr

Read More
Shared Pointer In Manager class corrupted/incorrect?...


c++shared-ptr

Read More
vector of shared_ptrs, returning it from a function and modifying it...


c++shared-ptrstdvector

Read More
Chaining calls together with shared pointers...


c++boostshared-ptr

Read More
boost tcp socket with shared_ptr c++...


c++boosttcpboost-asioshared-ptr

Read More
What is the correct way to "predefine" and use namespaces and std::shared_ptr?...


c++classnamespacesshared-ptr

Read More
Atomically accessing resources stored in a map...


c++shared-ptrstdmap

Read More
boost::shared_ptr circular dependency...


c++treeincludeshared-ptr

Read More
Setting std::shared_ptr to point on reference...


c++pointersc++11referenceshared-ptr

Read More
boost::shared_ptr - composition relation between two classes...


c++boostshared-ptr

Read More
weak_ptr of a base class, while the shared_ptr is of a derived class?...


c++templatesinheritancec++11shared-ptr

Read More
BackNext