Search code examples
boost::shared_ptr error at end of class...


c++boostshared-ptrreset

Read More
Copy boost::shared_ptr...


c++boostshared-ptr

Read More
Compilation error when creating template & boost::shared_ptr based generic factory...


c++templatesboostshared-ptrfactory

Read More
Cannot dynamic cast when using dynamic_pointer_cast...


c++c++11shared-ptrdynamic-cast

Read More
Is it good practice to bind shared pointers returned by functions to lvalue references to const?...


c++c++11referencecoding-styleshared-ptr

Read More
Arrays and smart pointers...


c++vectorshared-ptr

Read More
std::shared_ptr not working with range for...


c++for-loopc++11shared-ptr

Read More
compilation error with std::priority_queue derived class using std::shared_ptr...


c++shared-ptrpriority-queuederived-class

Read More
Copy-on-write pointer object in C++...


c++shared-ptrsmart-pointerscopy-on-write

Read More
shared boost::shared_ptr<> variable is thread safe?...


c++boostshared-ptr

Read More
Global smart pointer is not cleaning up properly...


c++memory-leaksc++11shared-ptrsmart-pointers

Read More
Fully thread-safe shared_ptr implementation...


c++boostthread-safetyshared-ptr

Read More
Storing boost_shared pointers in a vector - Is it expensive...


c++shared-ptr

Read More
Does adding a reference to a shared ptr increase the reference count...


c++shared-ptr

Read More
boost::shared_* with copy constructor and assignment operator...


boostshared-ptrcopy-constructor

Read More
Temporary read-only copy of unique_ptr...


c++c++11shared-ptrstdvectorunique-ptr

Read More
How to assign a boost::tuple to boost::shared_ptr...


c++shared-ptrboost-tuples

Read More
Why does enable_shared_from_this lack direct access to the embedded weak_ptr?...


c++shared-ptrboost-signals2

Read More
Passing shared_ptr via variable argument list...


c++shared-ptrvariadic-functions

Read More
C++ non intrusive boost serialization of a boost::smart_ptr...


c++boostshared-ptrboost-serialization

Read More
Which type of pointer to use to implement shared access to elements of a set?...


c++pointerssetimmutabilityshared-ptr

Read More
Semantic of empty shared_ptr...


c++shared-ptrreference-countingnullptr

Read More
make_shared how to use non default memory management...


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

Read More
shared_ptr not reporting referenced object deletion...


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

Read More
Subdata (substring-like?) of a shared_ptr...


c++boostshared-ptr

Read More
Error "field has incomplete type"...


c++opencvwrappershared-ptr

Read More
Is there a better way of allocating/copying shared_array...


c++boostshared-ptr

Read More
how can you see if shared pointers are equal to each other...


c++pointersshared-ptr

Read More
C++11 cast const iterator pointing to container of shared_ptr objects...


c++c++11iteratorconstantsshared-ptr

Read More
Basic - shared_ptr to vector of vectors of values...


c++pointersvectorc++11shared-ptr

Read More
BackNext