LLVM API Documentation

Public Member Functions
llvm::CrashRecoveryContextDestructorCleanup< T > Class Template Reference

#include <CrashRecoveryContext.h>

Inheritance diagram for llvm::CrashRecoveryContextDestructorCleanup< T >:
Inheritance graph
[legend]
Collaboration diagram for llvm::CrashRecoveryContextDestructorCleanup< T >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 CrashRecoveryContextDestructorCleanup (CrashRecoveryContext *context, T *resource)
virtual void recoverResources ()

Detailed Description

template<typename T>
class llvm::CrashRecoveryContextDestructorCleanup< T >

Definition at line 148 of file CrashRecoveryContext.h.


Constructor & Destructor Documentation

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

Definition at line 151 of file CrashRecoveryContext.h.


Member Function Documentation

template<typename T >
virtual void llvm::CrashRecoveryContextDestructorCleanup< T >::recoverResources ( ) [inline, virtual]

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