LLVM  3.7.0
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 141 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 145 of file Mutex.h.

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

Definition at line 149 of file Mutex.h.


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