ui-utilcpp 1.10.1
|
Base adapter class to hold a pointer that can't be freed using standard "delete". More...
#include <Misc.hpp>
Protected Attributes | |
P * | p_ |
Controlled pointer. | |
Base adapter class to hold a pointer that can't be freed using standard "delete".
Derived classes should overwrite the destructor accordingly (and add other tool methods at will).