Cleanup handler that reclaims resource by calling destructor on it.
Declared in <llvm/Support/CrashRecoveryContext.h>
template<typename T>
class CrashRecoveryContextDestructorCleanup
: public CrashRecoveryContextCleanupBase<CrashRecoveryContextDestructorCleanup<T>, T>
| Name | Description |
|---|---|
CrashRecoveryContextCleanupBase<CrashRecoveryContextDestructorCleanup<T>, T> | Base class of cleanup handler that controls recovery of resources of the given type. |
| Name |
|---|
CrashRecoveryContextDestructorCleanup [constructor] |
getContext |
recoverResources |
| Name | Description |
|---|---|
create | Creates cleanup handler. |
| Name |
|---|
cleanupFired |
| Name |
|---|
context |
resource |