CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
smart-pointers
09-11
Software design
C set all pointers pointing to an object to null at once
09-09
other
How to use unique_ptr fo automatic memory management?
09-09
Net
Return unique_ptr where the underlying object can't be changed
09-08
Software engineering
Unique pointer to a pointer memory management
09-08
Enterprise
How to implement copyable and movable wrapper around reference counted type?
09-03
Software design
How to have a smart pointer to a view object get ownership of the underlying buffer object?
09-02
Software engineering
no known conversion from 'std::shared_ptr<int>' to 'int *' for 1st argumen
08-30
Mobile
What is the correct way to make a polymorphic container using smart pointers?
08-26
Enterprise
State of underlying resource when a shared_ptr is created from the raw pointer?
08-26
OS
Why am I not reading the first member of the class when I point to the object with a pointer?
08-15
Software design
Why does the pointer exist even after the unique_ptr to which the pointer is assigned goes out of sc
08-14
database
A shared pointer to a section of memory belonging to another shared pointer
08-13
Software design
Smart pointers still refers to raw pointer even though reset is applied
08-08
Net
How to Store and retrieve the the correct Type of DerivedClass Pointer To/From Map of BaseClass Poin
08-06
Back-end
Cannot convert unique_ptr<derived> to unique_ptr<base>
08-06
Back-end
How to Initialize a Map of Unique pointer Objects sorted by a Object Variable
08-03
Software engineering
How to pass a Smart Pointer in a method without deleting it
07-01
Software engineering
Move an object containing a unique_ptr to vector
06-13
database
What is the best type of pointers to use in this situation
06-13
database
unique_ptr can't instantiate class because it's abstract
06-11
Software design
Question about the usage of shared_from_this() in practice
05-25
Blockchain
Using SmartPointers with operator ' '
05-25
Blockchain
How can I retrieve the return value of pclose when the unique_ptr is destroyed?
05-21
OS
Race condition example about shared_ptr
05-21
OS
Question about the thread-safety of using shared_ptr
05-20
Back-end
Compact String Set with smart pointers
05-14
Software design
Is it possible to determine if a pointer points to a valid object, and if so how?
05-09
front end
replacing new with smart pointers in this example
05-06
Net
"auto" keyword: How to customize it?
05-06
Net
Pass reference to function that takes `std::unique_ptr`
05-05
Enterprise
why the raw pointer get by std::unique_ptr's get() can not delete the object and how is that im
04-29
other
Alternatives for storing a class member as a raw pointer
04-16
Enterprise
(C ) How to write a clone method for a class which has a unique pointer as a data member?
04-11
Enterprise
Vector of shared pointers to templated classes
04-05
Blockchain
Why std::shared_ptr doesn't work with base template classes?
04-04
Net
How do I ensured all pointers are freed?
04-01
Software engineering
Why smart pointer type member variable can't be initialized at the declaring place in a class?
03-28
database
Ensure destroy function is called
03-15
database
Move object from local variable to std::shared_ptr
03-15
Blockchain
Encounter std::bad_weak_ptr exception after converting a unique_ptr created from a factory method to
79
1
2
Next
Last
Links:
CodePudding