LLVM API Documentation
#include <CrashRecoveryContext.h>
Static Public Member Functions | |
static DERIVED * | create (T *x) |
Protected Member Functions | |
CrashRecoveryContextCleanupBase (CrashRecoveryContext *context, T *resource) | |
![]() | |
CrashRecoveryContextCleanup (CrashRecoveryContext *context) | |
Protected Attributes | |
T * | resource |
![]() | |
CrashRecoveryContext * | context |
Additional Inherited Members | |
![]() | |
virtual | ~CrashRecoveryContextCleanup () |
virtual void | recoverResources ()=0 |
CrashRecoveryContext * | getContext () const |
![]() | |
bool | cleanupFired |
Definition at line 121 of file CrashRecoveryContext.h.
|
inlineprotected |
Definition at line 124 of file CrashRecoveryContext.h.
|
inlinestatic |
Definition at line 127 of file CrashRecoveryContext.h.
|
protected |
Definition at line 123 of file CrashRecoveryContext.h.