Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shared-ptr

shared_ptr with vector

c++ boost shared-ptr

Shared pointers stored in a smart pointer vector inside another object stored in a shared pointer (Shareption)

"Observer-Pattern" in C++ using Smart Pointer ? [closed]

What is the right way to put a smart pointer in class data (as class member) in C++?

C++ Automatically detecting where shared_ptr is compared to NULL

c++ boost null shared-ptr

Segmentation fault when deallocating pcl::PointCloud<pcl::PointXYZ>::Ptr

Operator== overloading of an abstract class and shared_ptr

boost.python expose function that returns vector<MyClass>

Question on converting boost shared pointer to standard shared pointer

c++ boost shared-ptr

C++ 11 Smart Pointer Ownership and Casting

Correct use of shared_ptr and make_shared in exercise from Stroustrup's PPP book Chapter 12

c++ c++11 shared-ptr

Cache Optimization and Polymorphism

Debuggable replacement for make_shared()

shared_from_this() of an instance that is not yet owned by shared_ptr always returns null?

c++ c++11 shared-ptr

Why does boost::shared_ptr use gcc inline assembly to increase use_count instead of using operator++?

C++ shared_ptr vs. Python object

Using shared_ptr with array of objects

limit on parameters taken by boost make_shared

c++ boost shared-ptr

Understanding c++ shared pointers