LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
llvm::sys::SmartScopedLock< mt_only > Class Template Reference

#include <Mutex.h>

Public Member Functions

 SmartScopedLock (SmartMutex< mt_only > &m)
 
 ~SmartScopedLock ()
 

Detailed Description

template<bool mt_only>
class llvm::sys::SmartScopedLock< mt_only >

Definition at line 138 of file Mutex.h.

Constructor & Destructor Documentation

template<bool mt_only>
llvm::sys::SmartScopedLock< mt_only >::SmartScopedLock ( SmartMutex< mt_only > &  m)
inline

Definition at line 142 of file Mutex.h.

template<bool mt_only>
llvm::sys::SmartScopedLock< mt_only >::~SmartScopedLock ( )
inline

Definition at line 146 of file Mutex.h.


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