Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in smart-pointers

How to implement smart pointer which can be instantiated with void?

weak_ptr and parent-child cyclic dependencies

Accelerated C++: Can I substitute raw pointers for smart pointers?

In well designed code should you expect locking of weak_ptr to always succeed?

Function overloading resolution with weak_ptr as argument

Why method of class does not have access to some field of my class?

Is there any advantage to using a naked pointer rather than a weak_ptr?

smart_ptr to attribute of class segfault

Will move from unique to shared pointer also initialize enable_shared_from_this

c++ stl smart-pointers

Pointer to a Pointer question

c++ pointers smart-pointers

C++ -- Is there an implicit cast here from Fred* to auto_ptr<Fred>?

c++ smart-pointers auto-ptr

Clarification on smart pointer's operator* and operator-> overloading

Best way to return a vector member variable to external class

Why are C++ smart pointers so unrestricted, i.e. may be reassigned or reset?

c++11 boost smart-pointers

Writing safe copy-constructor with smart pointer

How to delete smart pointer to dynamically allocated object?

Referencing objects in vector (Modern C++)

c++ c++11 smart-pointers

Smart pointer question

Implementing Containers using Smart Pointers

smart pointers for modelling a general tree structure & its iterators