Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in smart-pointers

Getting raw pointer from shared_ptr to pass it to function that requires raw

Detecting memory leaks on Ref-counted COM objects (Addref without Release)

Name for smart pointer/coding pattern

Calling a member function pointer on a smart pointer

Drawing Smart Pointers in UML

passing vector<shared_ptr<Derived>> to a function expecting vector<shared_ptr<Base>>

qt garbage collection and smart pointers

c++ qt smart-pointers

when to use weak pointer (wp) in android native framework (AOSP)

removing a unique_ptr of an object from a vector by an attribute value

Conversion from shared_ptr to weak_ptr polymorphism

c++ boost smart-pointers

Smart pointer that lazily recreates its resource

How do non-intrusive smart pointers behave with respect to inheritance and multiple inheritance?

Pimpl with smart pointers in a class with a template constructor: weird incomplete type issue

Avoid object slicing for non-virtual destructors

C++ smart pointers address

c++ pointers smart-pointers

How to instantiate a global smart pointer variable?

c++ smart-pointers

Find a raw pointer in a bimap of smart pointers

c++ c++11 smart-pointers

How to use smart pointer in this situation

c++ smart-pointers

What is the difference between Rc<RefCell<T>> and RefCell<Rc<T>>?

How to return a smart pointer to a member variable?

c++ c++11 smart-pointers