$search
Smart memory management with pseudo pointers. More...
Smart memory management with pseudo pointers.
This module embeds all the component used to make smart pointers. A smart pointer is a class that overload the operators * and -> to behave like a pointer. Generally it offers a solution to ease the memory management in C++.