29 #ifndef __DestructionHelper_H__ 30 #define __DestructionHelper_H__ T * object_
Definition: DestructionHelper.h:93
Die Wagnis Klasse hat die folgenden Aufgaben:
Definition: ApplicationPaths.cc:66
Shared library macros, enums, constants and forward declarations for the util library ...
Utility class that helps to create a special kind of destructor that also executes if the destruction...
Definition: DestructionHelper.h:75
Definition: InputPrereqs.h:78
~DestructionHelper()
Definition: DestructionHelper.h:83
void safeObjectDelete(T **object)
Deletes an object and resets the pointer.
Definition: DestructionHelper.h:41
DestructionHelper & operator=(const DestructionHelper &)=delete
DestructionHelper(T *object)
Definition: DestructionHelper.h:78