ATLAS Offline Software
|
Implementation of the destructor base class for a given type. More...
#include <TDestructor.h>
Public Member Functions | |
virtual void | destruct (void *ptr) const |
Function that deletes an object of this type from memory. More... | |
Implementation of the destructor base class for a given type.
This template implementation is used to delete objects of any given type from memory, for which we don't have a dictionary.
Definition at line 47 of file TDestructor.h.
|
virtual |
Function that deletes an object of this type from memory.
Implements xAOD::TVirtualDestructor.