Mixin class for doing advanced memory management. More...
#include <glv_util.h>
Public Member Functions | |
bool | dynamicAlloc () const |
Returns true if the object was created dynamically with the new operator, false otherwise. |
Mixin class for doing advanced memory management.
The template parameter should be the base class in the derivation chain.