LLVM API Documentation

Public Member Functions
llvm::CrashRecoveryContextCleanupRegistrar< T, Cleanup > Class Template Reference

#include <CrashRecoveryContext.h>

List of all members.

Public Member Functions

 CrashRecoveryContextCleanupRegistrar (T *x)
 ~CrashRecoveryContextCleanupRegistrar ()
void unregister ()

Detailed Description

template<typename T, typename Cleanup = CrashRecoveryContextDeleteCleanup<T>>
class llvm::CrashRecoveryContextCleanupRegistrar< T, Cleanup >

Definition at line 186 of file CrashRecoveryContext.h.


Constructor & Destructor Documentation

template<typename T , typename Cleanup = CrashRecoveryContextDeleteCleanup<T>>
llvm::CrashRecoveryContextCleanupRegistrar< T, Cleanup >::CrashRecoveryContextCleanupRegistrar ( T x) [inline]
template<typename T , typename Cleanup = CrashRecoveryContextDeleteCleanup<T>>
llvm::CrashRecoveryContextCleanupRegistrar< T, Cleanup >::~CrashRecoveryContextCleanupRegistrar ( ) [inline]

Member Function Documentation

template<typename T , typename Cleanup = CrashRecoveryContextDeleteCleanup<T>>
void llvm::CrashRecoveryContextCleanupRegistrar< T, Cleanup >::unregister ( ) [inline]

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