LLVM API Documentation

Static Public Member Functions | Protected Member Functions | Protected Attributes
llvm::CrashRecoveryContextCleanupBase< DERIVED, T > Class Template Reference

#include <CrashRecoveryContext.h>

Inheritance diagram for llvm::CrashRecoveryContextCleanupBase< DERIVED, T >:
Inheritance graph
[legend]
Collaboration diagram for llvm::CrashRecoveryContextCleanupBase< DERIVED, T >:
Collaboration graph
[legend]

List of all members.

Static Public Member Functions

static DERIVED * create (T *x)

Protected Member Functions

 CrashRecoveryContextCleanupBase (CrashRecoveryContext *context, T *resource)

Protected Attributes

Tresource

Detailed Description

template<typename DERIVED, typename T>
class llvm::CrashRecoveryContextCleanupBase< DERIVED, T >

Definition at line 132 of file CrashRecoveryContext.h.


Constructor & Destructor Documentation

template<typename DERIVED, typename T>
llvm::CrashRecoveryContextCleanupBase< DERIVED, T >::CrashRecoveryContextCleanupBase ( CrashRecoveryContext context,
T resource 
) [inline, protected]

Definition at line 135 of file CrashRecoveryContext.h.


Member Function Documentation

template<typename DERIVED, typename T>
static DERIVED* llvm::CrashRecoveryContextCleanupBase< DERIVED, T >::create ( T x) [inline, static]

Definition at line 138 of file CrashRecoveryContext.h.


Member Data Documentation

template<typename DERIVED, typename T>
T* llvm::CrashRecoveryContextCleanupBase< DERIVED, T >::resource [protected]

Definition at line 134 of file CrashRecoveryContext.h.


The documentation for this class was generated from the following file: